mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-15 01:42:54 -05:00
refactor namespace and update routes for api
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
namespace Laraspace\Providers;
|
||||
namespace Crater\Providers;
|
||||
|
||||
use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvider;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
@@ -13,7 +13,7 @@ class RouteServiceProvider extends ServiceProvider
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $namespace = 'Laraspace\Http\Controllers';
|
||||
protected $namespace = 'Crater\Http\Controllers';
|
||||
|
||||
/**
|
||||
* Define your route model bindings, pattern filters, etc.
|
||||
|
||||
Reference in New Issue
Block a user