From e0909648bf584076ad26890cfd93e4072fc42ede Mon Sep 17 00:00:00 2001 From: REJack Date: Wed, 14 Nov 2018 12:19:01 +0100 Subject: [PATCH] updated UserVariableModel --- application/Models/Aauth/UserVariableModel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/Models/Aauth/UserVariableModel.php b/application/Models/Aauth/UserVariableModel.php index 0b390f6..ddff8e2 100644 --- a/application/Models/Aauth/UserVariableModel.php +++ b/application/Models/Aauth/UserVariableModel.php @@ -8,8 +8,8 @@ class UserVariableModel extends Model { protected $useSoftDeletes = false; protected $useTimestamps = true; - protected $createdField = 'created_datetime'; - protected $updatedField = 'updated_datetime'; + protected $createdField = 'created_at'; + protected $updatedField = 'updated_at'; protected $protectFields = false; public function __construct()