diff --git a/app/Models/Cloudflare/AuditLogModel.php b/app/Models/Cloudflare/AuditLogModel.php index 3aa13ff..75145fe 100644 --- a/app/Models/Cloudflare/AuditLogModel.php +++ b/app/Models/Cloudflare/AuditLogModel.php @@ -59,7 +59,7 @@ class AuditLogModel extends CommonModel { switch ($field) { default: - $this->orderBy('zone_name', 'asc'); + $this->orderBy(self::TITLE, 'asc'); $options = parent::getFormFieldInputOption($field, $options); break; }