Skip to content

Commit

Permalink
Merge pull request #2184 from MGatner/seeds-case
Browse files Browse the repository at this point in the history
Fix case on "Seeds/" directory
  • Loading branch information
lonnieezell authored Sep 4, 2019
2 parents 81884ac + 91527d4 commit a82ee3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Test/CIDatabaseTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ protected function setUp()
{
if (! empty($this->basePath))
{
$this->seeder->setPath(rtrim($this->basePath, '/') . '/seeds');
$this->seeder->setPath(rtrim($this->basePath, '/') . '/Seeds');
}

$this->seed($this->seed);
Expand Down

0 comments on commit a82ee3c

Please sign in to comment.