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 d728712 commit e7cd9c6Copy full SHA for e7cd9c6
src/NativeServiceProvider.php
@@ -47,12 +47,12 @@ public function packageRegistered()
47
return new MigrateCommand($app['migrator'], $app['events']);
48
});
49
50
- $this->app->singleton(
51
- \Illuminate\Contracts\Debug\ExceptionHandler::class,
52
- Handler::class
53
- );
54
-
55
if (config('nativephp-internal.running')) {
+ $this->app->singleton(
+ \Illuminate\Contracts\Debug\ExceptionHandler::class,
+ Handler::class
+ );
+
56
Application::starting(function ($app) {
57
$app->resolveCommands([
58
LoadStartupConfigurationCommand::class,
0 commit comments