From a07a2e512a361ba1c3d447e14cb8f13f1342b7d6 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Sat, 2 May 2026 17:39:15 +0100 Subject: [PATCH] wip --- src/Plugins/Tia/Edges/BladeEdges.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Plugins/Tia/Edges/BladeEdges.php b/src/Plugins/Tia/Edges/BladeEdges.php index 0c2f51a2..1d993145 100644 --- a/src/Plugins/Tia/Edges/BladeEdges.php +++ b/src/Plugins/Tia/Edges/BladeEdges.php @@ -34,11 +34,7 @@ final class BladeEdges return; } - if ($app->bound(self::MARKER)) { - return; - } - - if (! $app->bound('view')) { + if ($app->bound(self::MARKER) || ! $app->bound('view')) { return; }