laravel 12 upgrade (#586)

* laravel 12 upgrade

* upgrade scribe to v5

* fix lint
This commit is contained in:
Saeed Vaziry
2025-04-21 21:56:53 +02:00
committed by GitHub
parent 76059aff3c
commit 6eb88c7c6e
52 changed files with 19140 additions and 26710 deletions

View File

@ -16,6 +16,7 @@ class DatabaseFactory extends Factory
public function definition(): array
{
return [
'server_id' => 1,
'name' => $this->faker->userName,
'status' => DatabaseStatus::READY,
];