8000
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 411ad97 commit d04a3b3Copy full SHA for d04a3b3
src/Symfony/Component/Cache/Exception/LogicException.php
@@ -14,7 +14,7 @@
14
use Psr\SimpleCache\LogicException as SimpleCacheInterface;
15
16
if (interface_exists(SimpleCacheInterface::class)) {
17
- require __DIR__.\DIRECTORY_SEPARATOR.'LogicException-psr16.php';
+ require __DIR__.\DIRECTORY_SEPARATOR.'LogicException+psr16.php';
18
} else {
19
require __DIR__.\DIRECTORY_SEPARATOR.'LogicException-psr16.php';
20
}
0 commit comments