update controllers logic
This commit is contained in:
Executable → Regular
+1
-1
@@ -10,7 +10,7 @@ class Configuration extends BaseModel
|
||||
protected $table = 'configuration';
|
||||
|
||||
// CI model didn't use timestamps
|
||||
public $timestamps = false;
|
||||
public $timestamps = true;
|
||||
|
||||
protected $fillable = [
|
||||
'config_key',
|
||||
|
||||
Reference in New Issue
Block a user