Fix for tests
This commit is contained in:
parent
23a3522fcf
commit
8fffcb79e1
|
|
@ -62,6 +62,7 @@ class UserTableSeeder extends Seeder
|
|||
'notify_sent' => false,
|
||||
'notify_paid' => false,
|
||||
'is_admin' => 1,
|
||||
'accepted_terms_version' => NINJA_TERMS_VERSION,
|
||||
]);
|
||||
|
||||
$client = Client::create([
|
||||
|
|
|
|||
Loading…
Reference in New Issue