From 5bb11c41f4a3c664bfeb3194512cd400926261a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20S=C3=A1nchez=20Mart=C3=ADnez?= Date: Mon, 23 Mar 2026 11:51:48 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1adida=20comprobacion=20de=20tablas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Init.php | 3 +++ 1 file changed, 3 insertions(+) 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();