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; /**