|
3 | 3 | namespace Galahad\LaravelAddressing\Support;
|
4 | 4 |
|
5 | 5 | use Closure;
|
6 |
| -use Illuminate\Support\ServiceProvider; |
7 |
| -use Illuminate\Contracts\Routing\Registrar; |
8 |
| -use Illuminate\Contracts\Validation\Factory; |
9 |
| -use Illuminate\Contracts\Container\Container; |
10 |
| -use Galahad\LaravelAddressing\LaravelAddressing; |
11 |
| -use Illuminate\Contracts\Foundation\Application; |
| 6 | +use CommerceGuys\Addressing\AddressFormat\AddressFormatRepository; |
12 | 7 | use CommerceGuys\Addressing\Country\CountryRepository;
|
13 |
| -use Galahad\LaravelAddressing\Support\Validation\Validator; |
14 | 8 | use CommerceGuys\Addressing\Subdivision\SubdivisionRepository;
|
15 |
| -use Illuminate\Contracts\Container\BindingResolutionException; |
16 |
| -use Galahad\LaravelAddressing\Support\Http\CountriesController; |
17 |
| -use CommerceGuys\Addressing\AddressFormat\AddressFormatRepository; |
| 9 | +use Galahad\LaravelAddressing\LaravelAddressing; |
18 | 10 | use Galahad\LaravelAddressing\Support\Http\AdministrativeAreasController;
|
| 11 | +use Galahad\LaravelAddressing\Support\Http\CountriesController; |
| 12 | +use Galahad\LaravelAddressing\Support\Validation\Validator; |
| 13 | +use Illuminate\Contracts\Container\BindingResolutionException; |
| 14 | +use Illuminate\Contracts\Container\Container; |
| 15 | +use Illuminate\Contracts\Foundation\Application; |
| 16 | +use Illuminate\Contracts\Routing\Registrar; |
| 17 | +use Illuminate\Contracts\Validation\Factory; |
| 18 | +use Illuminate\Support\ServiceProvider; |
19 | 19 |
|
20 | 20 | class AddressingServiceProvider extends ServiceProvider
|
21 | 21 | {
|
|
0 commit comments