diff --git a/app/Services/Utils.php b/app/Services/Utils.php index 530ca45b..0a08f813 100644 --- a/app/Services/Utils.php +++ b/app/Services/Utils.php @@ -45,7 +45,7 @@ class Utils public static function download($url, $path) { - set_time_limit(0); + @set_time_limit(0); touch($path);