Skip to content

Commit 26e39d5

Browse files
committed
Remove PHPStan ignore line...
1 parent ce6e30a commit 26e39d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NativeServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public function packageRegistered()
5151
$this->mergeConfigFrom($this->package->basePath('/../config/nativephp-internal.php'), 'nativephp-internal');
5252

5353
$this->app->singleton(FreshCommand::class, function ($app) {
54-
/* @phpstan-ignore-next-line (beacause we support Laravel 10 & 11) */
5554
return new FreshCommand($app['migrator']);
5655
});
5756

0 commit comments

Comments
 (0)