1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-01 09:52:59 +02:00

Remove redundant code

This commit is contained in:
Oliver Vogel
2024-07-03 17:18:36 +02:00
parent 75ab2c2225
commit 3b7f6a0cde

View File

@@ -6,7 +6,6 @@ namespace Intervention\Image\Drivers\Gd;
use Intervention\Image\Drivers\AbstractDriver;
use Intervention\Image\Exceptions\DriverException;
use Intervention\Image\Exceptions\NotSupportedException;
use Intervention\Image\Exceptions\RuntimeException;
use Intervention\Image\Format;
use Intervention\Image\FileExtension;