Update Controllers\Install

This commit is contained in:
Visman 2021-12-04 19:31:28 +07:00
parent 281a9b29f8
commit b3c91d3fdb

View file

@ -37,7 +37,7 @@ class Install
}
$uri = \rawurldecode($uri);
$this->c->user = $this->c->users->create(['id' => 2, 'group_id' => FORK_GROUP_ADMIN]);
$this->c->user = $this->c->users->create(['id' => 1, 'group_id' => FORK_GROUP_ADMIN]);
$this->c->Lang->load('common');
$r = $this->c->Router;