mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-06 01:45:22 +00:00
Some other clean up.
This commit is contained in:
@@ -46,6 +46,7 @@ class RouteServiceProvider extends ServiceProvider
|
||||
{
|
||||
$router->group(
|
||||
['namespace' => $this->namespace], function ($router) {
|
||||
/** @noinspection PhpIncludeInspection */
|
||||
require app_path('Http/routes.php');
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user