Skip to content

Commit 5c11ed8

Browse files
Merge pull request #9 from mahmoudmohamedramadan/development
[1.x] wip
2 parents 0d3b633 + 7381c25 commit 5c11ed8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/Console/Commands/CustomFreshCommand.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)