Added settings section and custom cron scheduling

This commit is contained in:
Henry Whitaker
2020-05-19 01:08:35 +01:00
parent e889a4f487
commit 2a5fd76c42
14 changed files with 288 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ class Setting extends Model
* @var array
*/
protected $fillable = [
'name', 'value'
'name', 'value', 'description'
];
protected $table = 'settings';