refactor: imports

This commit is contained in:
HDVinnie
2020-07-22 16:39:04 -04:00
parent 55cdbadc88
commit 46b40a8e0e
11 changed files with 31 additions and 28 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ use App\Services\Clients\OmdbClient;
use Carbon\Carbon;
use Illuminate\Http\Request;
use Illuminate\Support\Str;
use Image;
use Intervention\Image\Facades\Image;
class AlbumController extends Controller
{