@@ -12,7 +12,6 @@ |
||
12 | 12 | use Geocoder\Laravel\Facades\Geocoder; |
13 | 13 | use Geocoder\Laravel\ProviderAndDumperAggregator; |
14 | 14 | use Geocoder\Provider\Chain; |
15 | -use Illuminate\Foundation\AliasLoader; |
|
16 | 15 | use Illuminate\Support\Collection; |
17 | 16 | use Illuminate\Support\ServiceProvider; |
18 | 17 | use ReflectionClass; |
@@ -126,7 +126,7 @@ |
||
126 | 126 | /** |
127 | 127 | * Get the services provided by the provider. |
128 | 128 | * |
129 | - * @return array |
|
129 | + * @return string[] |
|
130 | 130 | */ |
131 | 131 | public function provides() |
132 | 132 | { |