From 5a9736ec6811a8e5ad7122cf822e3f2761e23b1a Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Wed, 20 Nov 2024 01:08:32 +0100 Subject: [PATCH] style: formatting --- framework/core/src/Foundation/AbstractValidator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Foundation/AbstractValidator.php b/framework/core/src/Foundation/AbstractValidator.php index b134610845..5c0690b8ad 100644 --- a/framework/core/src/Foundation/AbstractValidator.php +++ b/framework/core/src/Foundation/AbstractValidator.php @@ -95,7 +95,7 @@ protected function getMessages() protected function getAttributeNames() { $cache = resolve(Cache::class); - + if ($cache->get(self::$CORE_VALIDATION_CACHE_KEY) !== null) { return $cache->get(self::$CORE_VALIDATION_CACHE_KEY); }