Skip to content

Commit

Permalink
styleci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anilkumarthakur60 committed Feb 28, 2024
1 parent 0c2180a commit ba99789
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Traits/ExportDefaultMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ private function finalExport(string $exportName, $exportClass): JsonResponse
$export = Excel::store($exportClass, $path, Config::get('fileExport.disk'));
$expiry = Carbon::today()->addDays(Config::get('fileExport.expireTime'));


if ($export) {
$disk = Storage::disk(Config::get('fileExport.disk'));
if ($disk instanceof AwsS3V3Adapter) {
Expand Down

0 comments on commit ba99789

Please sign in to comment.