ajout bibliothèque méditation et changement de test

This commit is contained in:
2026-04-26 13:02:19 +02:00
parent f3092f2dc4
commit 5b2a2e7ddb
50 changed files with 477 additions and 778 deletions
+1
View File
@@ -21,6 +21,7 @@ class DatabaseSeeder extends Seeder
$this->call([
RoleSeeder::class,
StressEventSeeder::class,
RelaxationActivitySeeder::class,
]);
$adminRole = Role::where('libelle', 'Admin')->first();