diff --git a/src/Tags/Glide.php b/src/Tags/Glide.php index b65872afb2..bfd584c92a 100644 --- a/src/Tags/Glide.php +++ b/src/Tags/Glide.php @@ -148,8 +148,6 @@ public function generate($items = null) return $data; } catch (\Exception $e) { \Log::error($e->getMessage()); - - return null; } })->filter()->all(); }