Skip to content

Commit

Permalink
Call the get default seeder method and not the defaultSeeder prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Galloway committed Aug 9, 2016
1 parent 34d313e commit 670b745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatabaseTestHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected function getSeeders()
return $this->seeders;
}

return [$this->defaultSeeder];
return [$this->getDefaultSeeder()];
}

/**
Expand Down

0 comments on commit 670b745

Please sign in to comment.