From b3f31479e39bd6b09ff3e419a3673d0560615a46 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 31 Jan 2025 20:07:27 +0100 Subject: [PATCH] #7255 --- src/app/Jobs/URL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/Jobs/URL.php b/src/app/Jobs/URL.php index a8df4ca..26e23d6 100644 --- a/src/app/Jobs/URL.php +++ b/src/app/Jobs/URL.php @@ -20,7 +20,7 @@ class URL extends Base implements ShouldBeUnique public function handle() { PHP::neverStop(); - file_get_contents($this->getUrl()); + @file_get_contents($this->getUrl()); } /** -- 2.39.5