Skip to content

Commit

Permalink
Merge pull request #18 from LaraChimp/analysis-zGL1L9
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
percymamedy authored Mar 28, 2019
2 parents a0562c6 + f50018d commit 1ce41fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AbstractTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected function setUp(): void
{
parent::setUp();
$this->createAppropriateTables();
$this->withFactories(__DIR__ . '/Fixtures/database/factories');
$this->withFactories(__DIR__.'/Fixtures/database/factories');
}

/**
Expand Down

0 comments on commit 1ce41fa

Please sign in to comment.