From ac7e98761b5d30530433914453b1a0ec8c8a42f3 Mon Sep 17 00:00:00 2001 From: Yoram Date: Mon, 11 Jan 2021 07:26:56 +0100 Subject: [PATCH] Minor cleanup --- src/Components/Database/Migrator.php | 1 - 1 file changed, 1 deletion(-) 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()