users and institutions route, tests fixed

This commit is contained in:
Giuseppe Naponiello
2026-06-23 12:29:02 +02:00
parent fe73662903
commit 032f6a08df
23 changed files with 346 additions and 287 deletions

View File

@@ -19,6 +19,7 @@ class DatabaseSeeder extends Seeder
UserRoleSeeder::class,
SystemUserSeeder::class,
InstitutionCategorySeeder::class,
UserPositionSeeder::class,
]);
}
}