From 4349127bc658e6d1e2c42f2134b9f1b8cf89a140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20R?= <289757+andrerom@users.noreply.github.com> Date: Wed, 4 Nov 2020 14:41:36 +0100 Subject: [PATCH] Update LogicException.php --- src/lib/Symfony/Components/Cache/Exception/LogicException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Symfony/Components/Cache/Exception/LogicException.php b/src/lib/Symfony/Components/Cache/Exception/LogicException.php index e6d09b4..9ffa7ed 100644 --- a/src/lib/Symfony/Components/Cache/Exception/LogicException.php +++ b/src/lib/Symfony/Components/Cache/Exception/LogicException.php @@ -22,4 +22,4 @@ class LogicException extends \LogicException implements Psr6CacheInterface, Simp class LogicException extends \LogicException implements Psr6CacheInterface { } -} \ No newline at end of file +}