Some other clean up.

This commit is contained in:
James Cole
2016-01-29 07:08:17 +01:00
parent dc7f5a562b
commit c8bc9a096a
3 changed files with 4 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ class RouteServiceProvider extends ServiceProvider
{
$router->group(
['namespace' => $this->namespace], function ($router) {
/** @noinspection PhpIncludeInspection */
require app_path('Http/routes.php');
}
);