Skip to content

Commit e036266

Browse files
SlimGeegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 65db409 commit e036266

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/TestCase.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ protected function setUp(): void
2121
});
2222

2323
Factory::guessFactoryNamesUsing(
24-
fn(
24+
fn (
2525
string $modelName
26-
) => 'FlixtechsLabs\\LaravelAuthorizer\\Database\\Factories\\' .
27-
class_basename($modelName) .
26+
) => 'FlixtechsLabs\\LaravelAuthorizer\\Database\\Factories\\'.
27+
class_basename($modelName).
2828
'Factory'
2929
);
3030
}

0 commit comments

Comments
 (0)