mirror of
https://github.com/flarum/framework.git
synced 2025-03-06 10:05:34 +08:00
Remove outdated column name from user table seeder
This commit is contained in:
parent
c2df8d5214
commit
1962eeab72
@ -20,7 +20,6 @@ class UsersTableSeeder extends Seeder
|
||||
$user = User::create([
|
||||
'username' => $faker->userName,
|
||||
'email' => $faker->safeEmail,
|
||||
'is_confirmed' => true,
|
||||
'is_activated' => true,
|
||||
'password' => 'password',
|
||||
'join_time' => $faker->dateTimeThisYear
|
||||
|
Loading…
x
Reference in New Issue
Block a user