refactor namespace and update routes for api

This commit is contained in:
jayvirsinh_gohil
2019-11-15 18:05:22 +05:30
parent 200d7a33df
commit 3f550da1f5
136 changed files with 3763 additions and 3763 deletions

View File

@ -4,9 +4,9 @@ namespace Tests\Feature;
use Tests\TestCase;
use Illuminate\Foundation\Testing\WithFaker;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Laraspace\Country;
use Laraspace\State;
use Laraspace\City;
use Crater\Country;
use Crater\State;
use Crater\City;
use SettingsSeeder;
class LocationTest extends TestCase
{