From b51b2766fdd8f901a4bc576d44c74911a3c62621 Mon Sep 17 00:00:00 2001 From: Claudio Maradonna Date: Wed, 14 Jan 2015 22:42:30 +0100 Subject: [PATCH] Another bug fix for Laravel Snippet --- UltiSnips/php_laravel.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltiSnips/php_laravel.snippets b/UltiSnips/php_laravel.snippets index 79018bc..33df427 100644 --- a/UltiSnips/php_laravel.snippets +++ b/UltiSnips/php_laravel.snippets @@ -229,7 +229,7 @@ class $2 { /*! * \fn __construct */ - public function __construct($4 $repo) { + public function __construct($5 $repo) { $this->$6 = $repo; } }