mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-20 19:54:08 +00:00
Change namespace
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Crater\Providers;
|
||||
namespace InvoiceShelf\Providers;
|
||||
|
||||
use Illuminate\Cache\RateLimiting\Limit;
|
||||
use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvider;
|
||||
@@ -35,7 +35,7 @@ class RouteServiceProvider extends ServiceProvider
|
||||
*
|
||||
* @var string|null
|
||||
*/
|
||||
// protected $namespace = 'Crater\\Http\\Controllers';
|
||||
// protected $namespace = 'InvoiceShelf\\Http\\Controllers';
|
||||
|
||||
/**
|
||||
* Define your route model bindings, pattern filters, etc.
|
||||
|
||||
Reference in New Issue
Block a user