Skip to content

Commit d525cf4

Browse files
authored
Update service provider for Laravel 5.4
1 parent 414b9a5 commit d525cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestFactoryHelperServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function boot()
3333
*/
3434
public function register()
3535
{
36-
$this->app['command.test-factory-helper.generate'] = $this->app->share(
36+
$this->app->bind('command.test-factory-helper.generate',
3737
function ($app) {
3838
return new GenerateCommand($app['files'], $app['view']);
3939
}

0 commit comments

Comments
 (0)