Skip to content

Commit

Permalink
Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
slavarazum authored and github-actions[bot] committed Mar 25, 2024
1 parent aaab253 commit 4af1f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ protected function setUp(): void
parent::setUp();

Factory::guessFactoryNamesUsing(
fn(string $modelName
fn (string $modelName
) => 'Qruto\\Wave\\Tests\\Support\\Factories\\'.class_basename($modelName).'Factory'
);
}
Expand Down

0 comments on commit 4af1f48

Please sign in to comment.