Skip to content

Commit 110395d

Browse files
committed
Remove the minify command
1 parent 028aec1 commit 110395d

File tree

2 files changed

+0
-113
lines changed

2 files changed

+0
-113
lines changed

src/Commands/MinifyApplicationCommand.php

Lines changed: 0 additions & 111 deletions
This file was deleted.

src/NativeServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
use Native\Laravel\Commands\LoadPHPConfigurationCommand;
1414
use Native\Laravel\Commands\LoadStartupConfigurationCommand;
1515
use Native\Laravel\Commands\MigrateCommand;
16-
use Native\Laravel\Commands\MinifyApplicationCommand;
1716
use Native\Laravel\Commands\SeedDatabaseCommand;
1817
use Native\Laravel\Contracts\ChildProcess as ChildProcessContract;
1918
use 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()

0 commit comments

Comments
 (0)