update patch 1
This commit is contained in:
+1
-1
@@ -27,6 +27,6 @@ abstract class CacheWarmer implements CacheWarmerInterface
|
||||
return;
|
||||
}
|
||||
|
||||
throw new \RuntimeException(sprintf('Failed to write cache file "%s".', $file));
|
||||
throw new \RuntimeException(\sprintf('Failed to write cache file "%s".', $file));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user