mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:46:10 +08:00
Remove outdated column name from user table seeder
This commit is contained in:
parent
891f9c4032
commit
2a515a61ef
@ -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