complete story 8.10 with qa test

This commit is contained in:
Naser Mansour
2026-01-02 23:14:53 +02:00
parent 78b3a01c4d
commit 97dca05562
13 changed files with 908 additions and 29 deletions
+6
View File
@@ -7,4 +7,10 @@ return [
],
'office_phone' => '+970-XXX-XXXXXXX',
'office_email' => 'info@libra.ps',
'notifications' => [
'admin_email' => env('ADMIN_NOTIFICATION_EMAIL'),
'system_notifications_enabled' => env('SYSTEM_NOTIFICATIONS_ENABLED', true),
'throttle_minutes' => env('ERROR_NOTIFICATION_THROTTLE_MINUTES', 15),
],
];