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