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

@ -15,6 +15,7 @@ class DatabaseUserFactory extends Factory
public function definition(): array
{
return [
'server_id' => 1,
'username' => $this->faker->userName,
'password' => 'password',
'databases' => [],