We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ba408 commit 1e0a515Copy full SHA for 1e0a515
src/Exception/MissingHostException.php
@@ -27,7 +27,7 @@ public static function missingHost($path)
27
$msg = sprintf(
28
'Path "%s" cannot be invalidated without a host. '
29
. 'Either invalidate full URLs containing hostnames instead of paths '
30
- . 'or configure the caching proxy class with a hostname.',
+ . 'or configure the caching proxy class with a hostname in the base path.',
31
$path
32
);
33
0 commit comments