mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 06:49:15 +01:00
Added settings section and custom cron scheduling
This commit is contained in:
@@ -12,7 +12,7 @@ class Setting extends Model
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = [
|
||||
'name', 'value'
|
||||
'name', 'value', 'description'
|
||||
];
|
||||
|
||||
protected $table = 'settings';
|
||||
|
||||
Reference in New Issue
Block a user