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
+1 -3
View File
@@ -16,9 +16,7 @@ class UserFactory extends Factory
*/
public function definition(): array
{
return [
];
return [];
}
/**
+1 -1
View File
@@ -1,3 +1,3 @@
{
"preset": "per"
"preset": "psr12"
}