Skip to content

Commit

Permalink
Update InstallCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo authored Jun 29, 2021
1 parent b599742 commit b4c5023
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public function handle(): int
$this->callSilent('vendor:publish', ['--tag' => 'buku-icons-assets']);
$this->callSilent('vendor:publish', ['--tag' => 'buku-icons-config']);
$this->callSilent('vendor:publish', ['--tag' => 'buku-icons-views']);
$this->callSilent('vendor:publish', ['--provider' => 'Laravel\Scout\ScoutServiceProvider']);
$this->call('migrate');
$this->call('buku-icons:import');
$this->info('Installation complete.');
Expand Down

0 comments on commit b4c5023

Please sign in to comment.