mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Change namespace
This commit is contained in:
@@ -162,13 +162,13 @@ return [
|
||||
/*
|
||||
* Application Service Providers...
|
||||
*/
|
||||
Crater\Providers\AppServiceProvider::class,
|
||||
Crater\Providers\AuthServiceProvider::class,
|
||||
Crater\Providers\BroadcastServiceProvider::class,
|
||||
Crater\Providers\EventServiceProvider::class,
|
||||
Crater\Providers\RouteServiceProvider::class,
|
||||
Crater\Providers\DropboxServiceProvider::class,
|
||||
Crater\Providers\ViewServiceProvider::class,
|
||||
InvoiceShelf\Providers\AppServiceProvider::class,
|
||||
InvoiceShelf\Providers\AuthServiceProvider::class,
|
||||
InvoiceShelf\Providers\BroadcastServiceProvider::class,
|
||||
InvoiceShelf\Providers\EventServiceProvider::class,
|
||||
InvoiceShelf\Providers\RouteServiceProvider::class,
|
||||
InvoiceShelf\Providers\DropboxServiceProvider::class,
|
||||
InvoiceShelf\Providers\ViewServiceProvider::class,
|
||||
Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user