mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
Fix typo
This commit is contained in:
parent
30c1653862
commit
23ac8071bc
@ -30,7 +30,7 @@ class SignupUserCommandHandler
|
||||
'username' => $command->username,
|
||||
'password' => $command->password,
|
||||
'email' => $command->email,
|
||||
'level' => 2,
|
||||
'level' => User::LEVEL_USER,
|
||||
]);
|
||||
|
||||
event(new UserWasAddedEvent($user));
|
||||
|
@ -317,7 +317,7 @@ class DemoSeederCommand extends Command
|
||||
'username' => 'test',
|
||||
'password' => 'test123',
|
||||
'email' => 'test@test.com',
|
||||
'level' => 1,
|
||||
'level' => User::LEVEL_ADMIN,
|
||||
'api_key' => '9yMHsdioQosnyVK4iCVR',
|
||||
],
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user