File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,10 +58,9 @@ public function handle()
5858 protected function getDatabaseInfo (array $ tablesNeededToDrop )
5959 {
6060 // At first, we will filter the given array of tables to go through each one
61- // verifying that it has a migration. Then, we will check if
62- // the `tables` key has been set by the `guessDatabaseInfo` method or not
63- // because if it is set, it means the table is there
64- // or we will ask the developer to choose the correct table instead.
61+ // verifying that it has a migration. Then, we will check if the `tables` key
62+ // has been set by the `guessDatabaseInfo` method because if it is not set,
63+ // we will ask the developer to choose the correct table instead.
6564 foreach (array_filter ($ tablesNeededToDrop ) as $ index => $ table ) {
6665 $ info = $ this ->guessDatabaseInfo ($ table );
6766
You can’t perform that action at this time.
0 commit comments