Alexander Musikhin преди 1 седмица
родител
ревизия
7dde5825fc
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/Models/NotificationDeliveryLog.php

+ 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',