mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-04 12:04:54 +01:00
Added backup/restore function
This commit is contained in:
@@ -12,7 +12,7 @@ class Speedtest extends Model
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = [
|
||||
'ping', 'download', 'upload'
|
||||
'ping', 'download', 'upload', 'created_at'
|
||||
];
|
||||
|
||||
protected $table = 'speedtests';
|
||||
|
||||
Reference in New Issue
Block a user