RSM-81 Fix issues with Options provider

This commit is contained in:
2020-10-09 23:55:46 +01:00
parent b2adcee51e
commit 2a43e213f9
5 changed files with 21 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ class Options extends Model
{
public $fillable = [
'option_name',
'option_value'
'option_value',
'friendly_name'
];
}