Skip to content

Commit

Permalink
Fix case on "Seeds/" directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner authored Sep 3, 2019
1 parent 4ab2c47 commit 91527d4
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 91527d4

Please sign in to comment.