mirror of
https://github.com/pestphp/pest.git
synced 2026-06-08 12:12:17 +02:00
wip
This commit is contained in:
@ -34,11 +34,7 @@ final class BladeEdges
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($app->bound(self::MARKER)) {
|
if ($app->bound(self::MARKER) || ! $app->bound('view')) {
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (! $app->bound('view')) {
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user