Skip to content

Commit 7f05a59

Browse files
mckenzieartsgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 439c871 commit 7f05a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protected function getPackageProviders($app): array
2323
protected function defineDatabaseMigrations(): void
2424
{
2525
$this->loadLaravelMigrations();
26-
$this->loadMigrationsFrom(__DIR__. '/../../database/migrations');
26+
$this->loadMigrationsFrom(__DIR__.'/../../database/migrations');
2727
}
2828

2929
protected function getEnvironmentSetUp($app): void

0 commit comments

Comments
 (0)