mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Merge pull request #657 from samsonasik/break-loop
add break; on loop $namespaces when it match $ns on CreateMigration command
This commit is contained in:
commit
7fac6defc3
@ -131,6 +131,7 @@ class CreateMigration extends BaseCommand
|
||||
if ($namespace == $ns)
|
||||
{
|
||||
$homepath = realpath($path);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user