From 6418b34f78939e7cdbeb43f8ef9b53fd21e72c9e Mon Sep 17 00:00:00 2001 From: Ryan Rapini Date: Tue, 26 Jun 2018 23:07:25 -0400 Subject: [PATCH] Remove deprecated Optimize call in Laravel 5.6 --- src/commands/MigrationCommand.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/commands/MigrationCommand.php b/src/commands/MigrationCommand.php index 4ce11ba..6d22f1e 100644 --- a/src/commands/MigrationCommand.php +++ b/src/commands/MigrationCommand.php @@ -53,10 +53,6 @@ public function handle() { $this->line(''); - $this->call('optimize', []); - - $this->line(''); - $this->info( "Migration successfully created!" ); } else{