Migrate backend to Porto architecture and fix minor bugs
- Fully transitioned the backend to the Porto architectural pattern - Improved code organization and maintainability - Fixed minor bugs and inconsistencies
This commit is contained in:
@@ -137,7 +137,7 @@ class RoleResource extends Resource implements HasShieldPermissions
|
||||
|
||||
public static function getModel(): string
|
||||
{
|
||||
return Utils::getRoleModel();
|
||||
return 'App\\Containers\\User\\Models\\Role';
|
||||
}
|
||||
|
||||
public static function getModelLabel(): string
|
||||
|
||||
Reference in New Issue
Block a user