From 15f4250c9665e0ba2d2eac2d31ac821e1ee54568 Mon Sep 17 00:00:00 2001 From: Mark van Eijk Date: Fri, 10 May 2024 15:13:54 +0200 Subject: [PATCH] typo --- src/CachesValue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CachesValue.php b/src/CachesValue.php index 4fd49df..613b61e 100644 --- a/src/CachesValue.php +++ b/src/CachesValue.php @@ -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; }