@@ -72,7 +72,7 @@ |
||
72 | 72 | /** |
73 | 73 | * Get the services provided by the provider. |
74 | 74 | * |
75 | - * @return array |
|
75 | + * @return string[] |
|
76 | 76 | */ |
77 | 77 | public function provides() |
78 | 78 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | use Illuminate\Support\ServiceProvider; |
4 | 4 | use Spekkionu\Assetcachebuster\HashReplacer\ConfigHashReplacer; |
5 | 5 | use Spekkionu\Assetcachebuster\Writer\ConfigWriter; |
6 | -use Illuminate\Contracts\Foundation\Application; |
|
7 | 6 | |
8 | 7 | class AssetcachebusterServiceProvider extends ServiceProvider |
9 | 8 | { |