Skip to content

Commit

Permalink
Update finder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSheer committed Jan 9, 2017
1 parent f92e54c commit 81efaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finder.php
Expand Up @@ -117,7 +117,7 @@
$migrations_subdir = (@opendir($sub_dir)) ? array_diff(scandir($sub_dir), array('..', '.')) : array();
foreach($migrations_subdir as $key => $value)
{
$migrations[] = ' '. $file . '\\' . $value . '';
$migrations[] = '' . $file . '\\' . $value . '';
}
$migrations = array_diff($migrations, array($file));
}
Expand Down

0 comments on commit 81efaa5

Please sign in to comment.