Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 13, 2024
1 parent a98164b commit 6068756
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Migration/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -1005,8 +1005,6 @@ public function getSeeds(): array

foreach ($phpFiles as $filePath) {
if (Util::isValidSeedFileName(basename($filePath))) {
$config = $this->getConfig();

// convert the filename to a class name
$class = pathinfo($filePath, PATHINFO_FILENAME);
$fileNames[$class] = basename($filePath);
Expand Down

0 comments on commit 6068756

Please sign in to comment.