other fixes Grrr

This commit is contained in:
Matthew Shillam 2018-10-22 03:21:24 +01:00
parent 4b08f92891
commit a625377638
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ class BackupController extends Controller
$data = parse_duplicati_message($request['message']);
$current_time = Carbon::now()->toDateTimeString();
// Sort out timestamps from $message
dd($data);
// dd($data);
$begin_time = parse_duplicati_time($data['BeginTime']);
$end_time = parse_duplicati_time($data['EndTime']);

View File

@ -27,7 +27,7 @@
"App\\": "app/"
},
"files": [
"app/Helpers.php"
"/app/Helpers.php"
]
},
"autoload-dev": {