We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f009309 commit cc1cb87Copy full SHA for cc1cb87
src/NativeServiceProvider.php
@@ -46,8 +46,8 @@ public function packageRegistered()
46
{
47
$this->mergeConfigFrom($this->package->basePath('/../config/nativephp-internal.php'), 'nativephp-internal');
48
49
- $this->app->singleton(FreshCommand::class, function ($app) {
50
- return new FreshCommand($app['migrator']);
+ $this->app->singleton(FreshCommand::class, function () {
+ return new FreshCommand;
51
});
52
53
$this->app->singleton(MigrateCommand::class, function ($app) {
0 commit comments