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