Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
sugeng-sulistiyawan committed Jun 4, 2024
1 parent b02b564 commit 49c5964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SeederController.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ protected function generateFakerField($key, $dataType = null)
protected function getDefaultSeeder()
{
$defaultSeederClass = "{$this->seederNamespace}\\{$this->defaultSeederClass}";
$defaultSeederFile = "{$this->seederPath}/{$defaultSeederClass}.php";
$defaultSeederFile = "{$this->seederPath}/{$this->defaultSeederClass}.php";

if (!class_exists($defaultSeederClass) || !file_exists($defaultSeederFile)) {
FileHelper::createDirectory($this->seederPath);
Expand Down

0 comments on commit 49c5964

Please sign in to comment.