complet story 6.9 with qa tests

This commit is contained in:
Naser Mansour
2025-12-28 22:51:17 +02:00
parent 102f8553f4
commit 50542e1eb0
17 changed files with 1157 additions and 41 deletions
+4
View File
@@ -23,5 +23,9 @@ class DatabaseSeeder extends Seeder
'email_verified_at' => now(),
]
);
$this->call([
PageSeeder::class,
]);
}
}