]> _ Git - cubist_cms-back.git/commitdiff
#7255
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 31 Jan 2025 19:07:27 +0000 (20:07 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 31 Jan 2025 19:07:27 +0000 (20:07 +0100)
src/app/Jobs/URL.php

index a8df4caf0d50fbad4afafd75b820a81f9ca04168..26e23d638f9414cd06e67f76e137dbf231697715 100644 (file)
@@ -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());
     }
 
     /**