From a915e24b62fa19954eabd7a2c5ddd5383643d07f Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 26 Mar 2012 08:35:59 -0500 Subject: [PATCH] Pass bundle view directory in view loader. --- application/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/start.php b/application/start.php index 13e0dbf1..085dd090 100644 --- a/application/start.php +++ b/application/start.php @@ -92,7 +92,7 @@ Event::listen(View::loader, function($bundle, $view) { - return View::file($bundle, $view, path('app').'views'); + return View::file($bundle, $view, Bundle::path($bundle).'views'); }); /*