From a81b6bf3c5f85fddbb8869708b6791ee3b1935ad Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 13 Sep 2022 13:09:32 +0300 Subject: [PATCH] fix(tests): fixes for tests --- src/flextype/core/Parsers/Expressions/UnlessExpression.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/core/Parsers/Expressions/UnlessExpression.php b/src/flextype/core/Parsers/Expressions/UnlessExpression.php index 49a47ce6..ed5e5c72 100644 --- a/src/flextype/core/Parsers/Expressions/UnlessExpression.php +++ b/src/flextype/core/Parsers/Expressions/UnlessExpression.php @@ -21,7 +21,7 @@ use Symfony\Component\ExpressionLanguage\ExpressionFunctionProviderInterface; use Glowy\Macroable\Macroable; -class WhenExpression implements ExpressionFunctionProviderInterface +class UnlessExpression implements ExpressionFunctionProviderInterface { public function getFunctions() {