From: Vincent Vanwaelscappel Date: Fri, 31 Jan 2025 19:07:27 +0000 (+0100) Subject: #7255 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b3f31479e39bd6b09ff3e419a3673d0560615a46;p=cubist_cms-back.git #7255 --- 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()); } /**