Added backup/restore function

This commit is contained in:
Henry Whitaker
2020-04-09 20:22:43 +01:00
parent f44fe2616d
commit 970cc05915
13 changed files with 660 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ class Speedtest extends Model
* @var array
*/
protected $fillable = [
'ping', 'download', 'upload'
'ping', 'download', 'upload', 'created_at'
];
protected $table = 'speedtests';