mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 06:47:46 -08:00
Added debug line
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
700b4ef058
commit
11f540daaf
|
@ -1238,6 +1238,8 @@ class SettingsController extends Controller
|
||||||
'--force' => true,
|
'--force' => true,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
\Log::debug('Attempting to restore from: '. storage_path($path).'/'.$filename);
|
||||||
|
|
||||||
// run the restore command
|
// run the restore command
|
||||||
Artisan::call('snipeit:restore',
|
Artisan::call('snipeit:restore',
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue