Blank namespace for route namespace prefix.

This commit is contained in:
James Cole
2018-02-04 13:55:36 +01:00
parent 1ef28cbc02
commit 6e67416c83

View File

@@ -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.