Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Nov 20, 2024
1 parent 5bde54c commit 5a9736e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/src/Foundation/AbstractValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 5a9736e

Please sign in to comment.