remove var_dump.
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
|
||||
Router::register(array('GET /', 'GET /home'), function()
|
||||
{
|
||||
var_dump(Bundle::$bundles);
|
||||
return View::make('home.index');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user