Skip to content

Commit e1e45ff

Browse files
committed
remove MinifyApplication command
1 parent 620dca7 commit e1e45ff

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
@@ -12,7 +12,6 @@
1212
use Native\Laravel\Commands\LoadPHPConfigurationCommand;
1313
use Native\Laravel\Commands\LoadStartupConfigurationCommand;
1414
use Native\Laravel\Commands\MigrateCommand;
15-
use Native\Laravel\Commands\MinifyApplicationCommand;
1615
use Native\Laravel\Commands\SeedDatabaseCommand;
1716
use Native\Laravel\Contracts\ChildProcess as ChildProcessContract;
1817
use Native\Laravel\Contracts\GlobalShortcut as GlobalShortcutContract;
@@ -39,7 +38,6 @@ public function configurePackage(Package $package): void
3938
MigrateCommand::class,
4039
FreshCommand::class,
4140
SeedDatabaseCommand::class,
42-
MinifyApplicationCommand::class,
4341
])
4442
->hasConfigFile()
4543
->hasRoute('api')

0 commit comments

Comments
 (0)