Skip to content

Commit 3d122e7

Browse files
authored
Merge pull request #21 from edsamonte/master
Support for Laravel 5.5
2 parents b5706d7 + 07c04bc commit 3d122e7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,12 @@
1515
"psr-4": {
1616
"Mpociot\\LaravelTestFactoryHelper\\": "src/"
1717
}
18+
},
19+
"extra": {
20+
"laravel": {
21+
"providers": [
22+
"Mpociot\\LaravelTestFactoryHelper\\TestFactoryHelperServiceProvider"
23+
]
24+
}
1825
}
1926
}

src/Console/GenerateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function __construct(Filesystem $files, $view)
8181
*
8282
* @return void
8383
*/
84-
public function fire()
84+
public function handle()
8585
{
8686
$filename = $this->option('filename');
8787
$this->dirs = $this->option('dir');

0 commit comments

Comments
 (0)