mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Blank namespace for route namespace prefix.
This commit is contained in:
@@ -38,7 +38,7 @@ class RouteServiceProvider extends ServiceProvider
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $namespace = 'FireflyIII\Http\Controllers';
|
||||
protected $namespace = '';
|
||||
|
||||
/**
|
||||
* Define your route model bindings, pattern filters, etc.
|
||||
|
Reference in New Issue
Block a user