Skip to content

Commit

Permalink
Merge pull request #96 from ryanrapini/master
Browse files Browse the repository at this point in the history
Remove deprecated Optimize call in Laravel 5.6
  • Loading branch information
webpatser authored Jun 27, 2018
2 parents 000d7aa + 6418b34 commit d55bc8e
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 d55bc8e

Please sign in to comment.