Skip to content

Commit

Permalink
remove optimized cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
raishvaria committed Dec 2, 2020
1 parent c2c0e28 commit ed58dfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Space/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ public static function migrateUpdate()

public static function finishUpdate($installed, $version)
{
Artisan::call('optimize:clear');

event(new UpdateFinished($installed, $version));

return [
Expand Down

0 comments on commit ed58dfa

Please sign in to comment.