This commit is contained in:
nuno maduro
2026-05-02 17:39:15 +01:00
parent 57eecb2b3d
commit a07a2e512a

View File

@ -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;
}