Deploy: 2026-06-18 16:46:51

This commit is contained in:
Hamza-Ayed
2026-06-18 16:46:51 +03:00
parent 9a4d610bdd
commit e0c7f39ff6
4 changed files with 464 additions and 61 deletions

View File

@@ -18,6 +18,7 @@ class ConversationFlowEngine
'test_flow' => TestFlow::class,
'driver_registration_flow' => DriverRegistrationFlow::class,
'payment_flow' => PaymentFlow::class,
'complaint_flow' => ComplaintFlow::class,
];
/**
@@ -33,6 +34,12 @@ class ConversationFlowEngine
'وصل' => 'payment_flow',
'تسديد' => 'payment_flow',
'رصيد' => 'payment_flow',
'شكوى' => 'complaint_flow',
'مشكلة' => 'complaint_flow',
'بلاغ' => 'complaint_flow',
'تظلم' => 'complaint_flow',
'شكوي' => 'complaint_flow',
'complaint' => 'complaint_flow',
];
/**