update 1.0.8.0
Commits for version update
This commit is contained in:
@@ -8,6 +8,6 @@ class CommonSettings extends BaseModel
|
||||
{
|
||||
protected $table = 'common_settings';
|
||||
protected $fillable = [
|
||||
'optional', 'key', 'value', 'created_at', 'updated_at',
|
||||
'status', 'option_name', 'option_value', 'optional_field', 'created_at', 'updated_at',
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user