Pass bundle view directory in view loader.

This commit is contained in:
Taylor Otwell 2012-03-26 08:35:59 -05:00
parent 973da34bc0
commit a915e24b62
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}); });
/* /*