Cleanup factories and seed data for airport timezone column change
This commit is contained in:
@@ -8,7 +8,7 @@ $factory->define(App\Models\User::class, function (Faker $faker)
|
||||
static $password;
|
||||
|
||||
return [
|
||||
#'id' => $faker->unique()->numberBetween(10, 10000),
|
||||
'id' => null,
|
||||
'name' => $faker->name,
|
||||
'email' => $faker->safeEmail,
|
||||
'password' => $password ?: $password = Hash::make('secret'),
|
||||
|
||||
Reference in New Issue
Block a user