Pass bundle view directory in view loader.
This commit is contained in:
parent
973da34bc0
commit
a915e24b62
|
@ -92,7 +92,7 @@
|
||||||
|
|
||||||
Event::listen(View::loader, function($bundle, $view)
|
Event::listen(View::loader, function($bundle, $view)
|
||||||
{
|
{
|
||||||
return View::file($bundle, $view, path('app').'views');
|
return View::file($bundle, $view, Bundle::path($bundle).'views');
|
||||||
});
|
});
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue