Change namespace

This commit is contained in:
Darko Gjorgjijoski
2024-01-27 23:53:20 +01:00
parent aef8b228b8
commit 6b80b5f48d
550 changed files with 3398 additions and 3278 deletions

View File

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