Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts authored and github-actions[bot] committed Oct 3, 2023
1 parent 439c871 commit 7f05a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ protected function getPackageProviders($app): array
protected function defineDatabaseMigrations(): void
{
$this->loadLaravelMigrations();
$this->loadMigrationsFrom(__DIR__. '/../../database/migrations');
$this->loadMigrationsFrom(__DIR__.'/../../database/migrations');
}

protected function getEnvironmentSetUp($app): void
Expand Down

0 comments on commit 7f05a59

Please sign in to comment.