add badge logic
This commit is contained in:
@@ -9,8 +9,8 @@ class Configuration extends BaseModel
|
||||
{
|
||||
protected $table = 'configuration';
|
||||
|
||||
// CI model didn't use timestamps
|
||||
public $timestamps = true;
|
||||
// The legacy table only has id/config_key/config_value.
|
||||
public $timestamps = false;
|
||||
|
||||
protected $fillable = [
|
||||
'config_key',
|
||||
|
||||
Reference in New Issue
Block a user