summaryrefslogtreecommitdiff
path: root/src/Models/LogEntry.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Models/LogEntry.php')
-rw-r--r--src/Models/LogEntry.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Models/LogEntry.php b/src/Models/LogEntry.php
index 0018841a..db427eb9 100644
--- a/src/Models/LogEntry.php
+++ b/src/Models/LogEntry.php
@@ -40,7 +40,7 @@ class LogEntry extends BaseModel
*/
public static function filter($keyword = null)
{
- $query = LogEntry::query()
+ $query = self::query()
->select()
->orderByDesc('created_at')
->orderByDesc('id')