Skip to content

Commit

Permalink
return null is implicit
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Dec 4, 2023
1 parent 9d2a791 commit 86dd496
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Tags/Glide.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ public function generate($items = null)
return $data;
} catch (\Exception $e) {
\Log::error($e->getMessage());

return null;
}
})->filter()->all();
}
Expand Down

0 comments on commit 86dd496

Please sign in to comment.