Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed May 10, 2024
1 parent 1639db9 commit 15f4250
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 @@ -293,7 +293,7 @@ public function markValue($value): string
{
if (
! config('permanent-cache.components.markers.enabled') ||
is_subclass_of($this, CachedComponent::class)
! is_subclass_of($this, CachedComponent::class)
) {
return (string) $value;
}
Expand Down

0 comments on commit 15f4250

Please sign in to comment.