mirror of
https://github.com/flarum/framework.git
synced 2025-01-21 01:04:04 +08:00
Fix installer
This commit is contained in:
parent
950ab30c29
commit
e135b7830e
|
@ -288,7 +288,7 @@ class InstallCommand extends AbstractCommand
|
|||
'is_email_confirmed' => 1,
|
||||
]);
|
||||
|
||||
$this->db->table('users_groups')->insert([
|
||||
$this->db->table('group_user')->insert([
|
||||
'user_id' => $uid,
|
||||
'group_id' => Group::ADMINISTRATOR_ID,
|
||||
]);
|
||||
|
|
Loading…
Reference in New Issue
Block a user