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 ce6e30a commit 26e39d5Copy full SHA for 26e39d5
src/NativeServiceProvider.php
@@ -51,7 +51,6 @@ public function packageRegistered()
51
$this->mergeConfigFrom($this->package->basePath('/../config/nativephp-internal.php'), 'nativephp-internal');
52
53
$this->app->singleton(FreshCommand::class, function ($app) {
54
- /* @phpstan-ignore-next-line (beacause we support Laravel 10 & 11) */
55
return new FreshCommand($app['migrator']);
56
});
57
0 commit comments