Skip to content

Commit b51b276

Browse files
committed
Another bug fix for Laravel Snippet
1 parent 83be78b commit b51b276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/php_laravel.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class $2 {
229229
/*!
230230
* \fn __construct
231231
*/
232-
public function __construct($4 $repo) {
232+
public function __construct($5 $repo) {
233233
$this->$6 = $repo;
234234
}
235235
}

0 commit comments

Comments
 (0)