Initial V2 commit 4
This commit is contained in:
@@ -7,8 +7,14 @@ use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
/**
|
||||
* Notification Controller
|
||||
* Replaces: ride/notification/*.php
|
||||
* متحكم الإشعارات (Notification Controller)
|
||||
*
|
||||
* الغرض من الملف:
|
||||
* عرض وإدارة التنبيهات التاريخية التي وصلت للمستخدم (سائق أو راكب).
|
||||
*
|
||||
* كيفية العمل:
|
||||
* 1. يجلب قائمة الإشعارات من جداول (notifications) أو (notificationCaptain).
|
||||
* 2. يسمح بتحديد الإشعارات كـ "مقروءة".
|
||||
*/
|
||||
class NotificationController extends Controller
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user