Skip to content

Commit

Permalink
Remove deprecated Optimize call in Laravel 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrapini authored Jun 27, 2018
1 parent 000d7aa commit 6418b34
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/commands/MigrationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ public function handle()
{
$this->line('');

$this->call('optimize', []);

$this->line('');

$this->info( "Migration successfully created!" );
}
else{
Expand Down

0 comments on commit 6418b34

Please sign in to comment.