other fixes Grrr
This commit is contained in:
parent
4b08f92891
commit
a625377638
|
|
@ -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']);
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"App\\": "app/"
|
||||
},
|
||||
"files": [
|
||||
"app/Helpers.php"
|
||||
"/app/Helpers.php"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue