mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -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,
|
||||
]);
|
||||
|
||||
\Log::debug('Attempting to restore from: '. storage_path($path).'/'.$filename);
|
||||
|
||||
// run the restore command
|
||||
Artisan::call('snipeit:restore',
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue