complete story 5.1 with qa tests

This commit is contained in:
Naser Mansour
2025-12-27 01:33:05 +02:00
parent 30d0d46566
commit 8e3daddb1d
15 changed files with 1530 additions and 30 deletions
+4
View File
@@ -22,4 +22,8 @@ return [
'active' => 'Active',
'archived' => 'Archived',
],
'post_status' => [
'draft' => 'Draft',
'published' => 'Published',
],
];