Skip to content

Commit

Permalink
fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Dec 11, 2023
1 parent de8108e commit 3edbe67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Console/TomatoSettingInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ public function __construct()
public function handle()
{
$this->info('🍅 Publish Settings Vendor Assets');
$this->callSilent('optimize:clear');
$this->call('tomato-components:install');
$this->artisanCommand(["migrate"]);
$this->artisanCommand(["optimize:clear"]);
$this->info('🍅 Tomato Settings installed successfully.');
Expand Down

0 comments on commit 3edbe67

Please sign in to comment.