This commit is contained in:
Rico van Zelst
2023-11-02 13:31:41 +01:00
parent 91ec747c2c
commit cd6f3412d8
2 changed files with 3 additions and 5 deletions

View File

@@ -16,9 +16,7 @@ class UserFactory extends Factory
*/ */
public function definition(): array public function definition(): array
{ {
return [ return [];
];
} }
/** /**

View File

@@ -1,3 +1,3 @@
{ {
"preset": "per" "preset": "psr12"
} }