@@ -53,7 +53,7 @@ |
||
53 | 53 | /** |
54 | 54 | * Get the services provided by the provider. |
55 | 55 | * |
56 | - * @return array |
|
56 | + * @return string[] |
|
57 | 57 | */ |
58 | 58 | public function provides() |
59 | 59 | { |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php namespace Cornford\Googlitics; |
2 | 2 | |
3 | 3 | use Illuminate\Support\ServiceProvider; |
4 | -use Illuminate\Support\Facades\Config; |
|
5 | 4 | |
6 | 5 | class AnalyticsServiceProvider extends ServiceProvider { |
7 | 6 |