remove codeigniter

This commit is contained in:
root
2026-06-04 02:41:08 -04:00
parent 4e33882ac7
commit b4e6ac03c5
180 changed files with 457 additions and 2186 deletions
+4 -4
View File
@@ -67,13 +67,13 @@ class RolePermission extends BaseModel
}
/* ============================================================
* CI-compatible methods
* legacy-compatible methods
* ============================================================
*/
/**
* Fetch permissions assigned to a specific role.
* (CI: getRolePermissions)
* (legacy: getRolePermissions)
*/
public static function getRolePermissions(int $roleId)
{
@@ -86,7 +86,7 @@ class RolePermission extends BaseModel
}
/**
* Alias (CI: getPermissionsByRole)
* Alias (legacy: getPermissionsByRole)
*/
public static function getPermissionsByRole(int $roleId)
{
@@ -95,7 +95,7 @@ class RolePermission extends BaseModel
/**
* Delete all role_permissions rows for role.
* (CI: deleteByRole)
* (legacy: deleteByRole)
*/
public static function deleteByRole(int $roleId): int
{