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:
@@ -14,7 +14,7 @@ return [
|
||||
],
|
||||
|
||||
'auth_provider_model' => [
|
||||
'fqcn' => 'App\\Models\\User',
|
||||
'fqcn' => 'App\\Containers\\User\\Models\\User',
|
||||
],
|
||||
|
||||
'super_admin' => [
|
||||
|
||||
Reference in New Issue
Block a user