Fix View's use of Events so you can actually implement your own things
Signed-off-by: Phill Sparks <me@phills.me.uk>
This commit is contained in:
@@ -42,7 +42,7 @@ class Blade {
|
||||
// return false so the View can be rendered as normal.
|
||||
if ( ! str_contains($view->path, BLADE_EXT))
|
||||
{
|
||||
return false;
|
||||
return;
|
||||
}
|
||||
|
||||
$compiled = path('storage').'views/'.md5($view->path);
|
||||
|
||||
Reference in New Issue
Block a user