Add note.

This commit is contained in:
Taylor Otwell 2014-08-20 12:48:58 -05:00
parent 695ee0193d
commit 2ab3d52540
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ public function map()
{ {
$this->app->booted(function() $this->app->booted(function()
{ {
// Once the application has booted, we will include the default routes
// file. This "namespace" helper will load the routes file within a
// route group which automatically sets the controller namespace.
$this->namespaced(function() $this->namespaced(function()
{ {
require app('path').'/Http/routes.php'; require app('path').'/Http/routes.php';