@@ -82,7 +82,7 @@ |
||
82 | 82 | /** |
83 | 83 | * Get the services provided by the provider. |
84 | 84 | * |
85 | - * @return array |
|
85 | + * @return string[] |
|
86 | 86 | */ |
87 | 87 | public function provides() |
88 | 88 | { |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Contentful\Delivery\Client; |
7 | 7 | use Contentful\Delivery\ClientOptions; |
8 | 8 | use Illuminate\Contracts\Support\DeferrableProvider; |
9 | -use Illuminate\Foundation\Application; |
|
10 | 9 | use Illuminate\Support\ServiceProvider; |
11 | 10 | |
12 | 11 | class ContentfulServiceProvider extends ServiceProvider implements IntegrationInterface, DeferrableProvider |