diff --git a/src/Components/Database/Migrator.php b/src/Components/Database/Migrator.php index 2c94e9ba..43f7f04c 100644 --- a/src/Components/Database/Migrator.php +++ b/src/Components/Database/Migrator.php @@ -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()