Skip to content

Commit 5a9736e

Browse files
style: formatting
1 parent 5bde54c commit 5a9736e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/core/src/Foundation/AbstractValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ protected function getMessages()
9595
protected function getAttributeNames()
9696
{
9797
$cache = resolve(Cache::class);
98-
98+
9999
if ($cache->get(self::$CORE_VALIDATION_CACHE_KEY) !== null) {
100100
return $cache->get(self::$CORE_VALIDATION_CACHE_KEY);
101101
}

0 commit comments

Comments
 (0)