File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33namespace Native \Laravel ;
44
5- use Illuminate \Console \Application as Artisan ;
5+ use Illuminate \Console \Application ;
66use Illuminate \Support \Arr ;
77use Illuminate \Support \Facades \DB ;
8+ use Illuminate \Support \Facades \Artisan ;
89use Native \Laravel \Commands \FreshCommand ;
910use Native \Laravel \Commands \LoadPHPConfigurationCommand ;
1011use Native \Laravel \Commands \LoadStartupConfigurationCommand ;
@@ -52,8 +53,8 @@ public function packageRegistered()
5253 );
5354
5455 if (config ('nativephp-internal.running ' )) {
55- Artisan ::starting (function ($ artisan ) {
56- $ artisan ->resolveCommands ([
56+ Application ::starting (function ($ app ) {
57+ $ app ->resolveCommands ([
5758 LoadStartupConfigurationCommand::class,
5859 LoadPHPConfigurationCommand::class,
5960 ]);
You can’t perform that action at this time.
0 commit comments