|
@@ -35,7 +35,7 @@ class RouteServiceProvider extends ServiceProvider {
|
|
*/
|
|
*/
|
|
public function map(Router $router)
|
|
public function map(Router $router)
|
|
{
|
|
{
|
|
- $router->group(['namespace' => $this->namespace], function()
|
|
|
|
|
|
+ $router->group(['namespace' => $this->namespace], function($router)
|
|
{
|
|
{
|
|
require app_path('Http/routes.php');
|
|
require app_path('Http/routes.php');
|
|
});
|
|
});
|