Alexander Musikhin 1 долоо хоног өмнө
parent
commit
7dde5825fc

+ 1 - 0
app/Models/NotificationDeliveryLog.php

@@ -21,6 +21,7 @@ class NotificationDeliveryLog extends Model
     public const STATUS_DEAD_LETTER = 'dead_letter';
 
     public const DEFAULT_SORT_BY = 'created_at';
+    public const DEFAULT_ORDER_BY = 'desc';
 
     protected $fillable = [
         'user_notification_id',