8000 [CACHE] Correct required file added in #32054 · symfony/symfony@d04a3b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit d04a3b3

Browse files
[CACHE] Correct required file added in #32054
1 parent 411ad97 commit d04a3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/Exception/LogicException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Psr\SimpleCache\LogicException as SimpleCacheInterface;
1515

1616
if (interface_exists(SimpleCacheInterface::class)) {
17-
require __DIR__.\DIRECTORY_SEPARATOR.'LogicException-psr16.php';
17+
require __DIR__.\DIRECTORY_SEPARATOR.'LogicException+psr16.php';
1818
} else {
1919
require __DIR__.\DIRECTORY_SEPARATOR.'LogicException-psr16.php';
2020
}

0 commit comments

Comments
 (0)
0