Add VIP presence themes and custom greetings
This commit is contained in:
@@ -29,6 +29,8 @@ class UserFactory extends Factory
|
||||
'password' => static::$password ??= Hash::make('password'),
|
||||
'remember_token' => Str::random(10),
|
||||
'sex' => 1,
|
||||
'custom_join_message' => null,
|
||||
'custom_leave_message' => null,
|
||||
'user_level' => 1,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user