seed is admin on default user
This commit is contained in:
parent
54db92a76c
commit
cbeb43f18c
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ $nodes = [
|
|||
$users = [
|
||||
[
|
||||
'id' => 0,
|
||||
'email' => 'user@example.com',
|
||||
'email' => 'admin@example.com',
|
||||
'isAdmin' => true,
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue