From c5af51df252288a29c6ad5a9155e376e805f5648 Mon Sep 17 00:00:00 2001 From: Sajjad Servatjoo Date: Sat, 20 Apr 2019 01:51:44 +0430 Subject: [PATCH] Use the Model alias instead of a direct class reference (#3832) Credit to @sajjad-ser --- modules/system/models/EventLog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/models/EventLog.php b/modules/system/models/EventLog.php index 2e535c729..bba8648a9 100644 --- a/modules/system/models/EventLog.php +++ b/modules/system/models/EventLog.php @@ -2,7 +2,7 @@ use App; use Str; -use October\Rain\Database\Model; +use Model; use Exception; /**