Skip to content

Commit 1ab90f8

Browse files
authored
Merge pull request #22 from wilo-ahadi/patch-1
Update MigrateGenerateCommand.php
2 parents e04d37b + 81b9f23 commit 1ab90f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OscarAFDev/MigrationsGenerator/MigrateGenerateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ protected function getExcludedTables()
396396
$excludes = ['migrations'];
397397
$ignore = $this->option('ignore');
398398
if ( ! empty($ignore)) {
399-
return array_merge($excludes, preg_split('/[,\s]+/', ignore));
399+
return array_merge($excludes, preg_split('/[,\s]+/', $ignore));
400400
}
401401

402402
return $excludes;

0 commit comments

Comments
 (0)