Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk authored and github-actions[bot] committed Apr 12, 2024
1 parent ac1949d commit eb96a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CachesValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ final public function handle($event = null): void
return;
}

if(is_a($value, View::class)) {
if (is_a($value, View::class)) {
$value = (string) $value;
}

Expand Down

0 comments on commit eb96a85

Please sign in to comment.