File tree Expand file tree Collapse file tree 2 files changed +0
-113
lines changed Expand file tree Collapse file tree 2 files changed +0
-113
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313use Native \Laravel \Commands \LoadPHPConfigurationCommand ;
1414use Native \Laravel \Commands \LoadStartupConfigurationCommand ;
1515use Native \Laravel \Commands \MigrateCommand ;
16- use Native \Laravel \Commands \MinifyApplicationCommand ;
1716use Native \Laravel \Commands \SeedDatabaseCommand ;
1817use Native \Laravel \Contracts \ChildProcess as ChildProcessContract ;
1918use Native \Laravel \Contracts \GlobalShortcut as GlobalShortcutContract ;
@@ -36,7 +35,6 @@ public function configurePackage(Package $package): void
3635 MigrateCommand::class,
3736 FreshCommand::class,
3837 SeedDatabaseCommand::class,
39- MinifyApplicationCommand::class,
4038 BundleCommand::class,
4139 ])
4240 ->hasConfigFile ()
You can’t perform that action at this time.
0 commit comments