Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
faustfizz committed Dec 31, 2023
1 parent dd3830a commit 601d48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cli/Commands/Migscan.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ protected function scan()
$versions = empty($migrations) ? [] : array_map(function ($mig) {
return $mig->version; }, $migrations);

foreach (glob(APP_PATH . 'Migration/*') as $migFile) {
foreach (glob(APP_PATH . 'Migration/*.php') as $migFile) {
# code...
$explodeFile = explode('/', $migFile);
$migFile = end($explodeFile);
Expand Down

0 comments on commit 601d48a

Please sign in to comment.