Skip to content

Commit

Permalink
Update ProjectFolderUpload.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bastihilger committed Aug 4, 2022
1 parent da48b59 commit 1b90d5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Services/ProjectFolderUpload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Exception;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\Log;
use Illuminate\Support\Facades\Storage;
use Illuminate\Support\Str;
use Kraenkvisuell\NovaCmsMedia\API;
Expand Down Expand Up @@ -169,7 +170,7 @@ protected function importFile($artist, $slideshow, $file, $filename)
$response['status'] = 'success';
$response['reason'] = '';
} catch (Exception $e) {
ray($e);
Log::debug($e);
}
}

Expand Down

0 comments on commit 1b90d5c

Please sign in to comment.