Instead use a ServiceProvider ( #6 ) for Laravel specific defaults. This will allow us to achieve 100% coverage by removing lines like this from the ImageRepository class: ``` return Storage::disk(); ```