diff --git a/Init.php b/Init.php index 667794d..be33752 100644 --- a/Init.php +++ b/Init.php @@ -108,6 +108,9 @@ public function update(): void private function createRoleForPlugin(): void { + new Role(); + new RoleAccess(); + $dataBase = new DataBase(); $dataBase->beginTransaction();