Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yoramdelangen committed Jan 11, 2021
1 parent 43d7da4 commit ac7e987
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/Database/Migrator.php
Expand Up @@ -36,7 +36,6 @@ public function getMigrationFiles($paths): array
return collect($paths)
->flatMap(
function ($path) {
$finder = null;
if (Str::endsWith($path, '.php')) {
$finder = (new Finder)->in([dirname($path)])
->files()
Expand Down

0 comments on commit ac7e987

Please sign in to comment.