mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-18 02:34:08 +00:00
refactor namespace and update routes for api
This commit is contained in:
@@ -4,9 +4,9 @@ namespace Tests\Feature;
|
||||
use Tests\TestCase;
|
||||
use Illuminate\Foundation\Testing\WithFaker;
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Laraspace\User;
|
||||
use Laraspace\Invoice;
|
||||
use Laraspace\Payment;
|
||||
use Crater\User;
|
||||
use Crater\Invoice;
|
||||
use Crater\Payment;
|
||||
use Laravel\Passport\Passport;
|
||||
use SettingsSeeder;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user