| @@ -52,7 +52,7 @@ | ||
| 52 | 52 | /** | 
| 53 | 53 | * Get the services provided by the provider. | 
| 54 | 54 | * | 
| 55 | - * @return array | |
| 55 | + * @return string[] | |
| 56 | 56 | */ | 
| 57 | 57 | public function provides() | 
| 58 | 58 |      { | 
| @@ -2,10 +2,10 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace Recca0120\Config\Repositories; | 
| 4 | 4 | |
| 5 | +use Illuminate\Contracts\Config\Repository; | |
| 6 | +use Illuminate\Filesystem\Filesystem; | |
| 5 | 7 | use Illuminate\Support\Arr; | 
| 6 | 8 | use Recca0120\Config\Config; | 
| 7 | -use Illuminate\Filesystem\Filesystem; | |
| 8 | -use Illuminate\Contracts\Config\Repository; | |
| 9 | 9 | |
| 10 | 10 | class DatabaseRepository extends AbstractRepository | 
| 11 | 11 |  { |