From 5573a153710b1b14217c44e4df1c8017d014af8c Mon Sep 17 00:00:00 2001 From: Miguilim <35383529+miguilimzero@users.noreply.github.com> Date: Fri, 2 Feb 2024 00:53:59 -0300 Subject: [PATCH] Update Rectangle.php --- src/Geometry/Rectangle.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Geometry/Rectangle.php b/src/Geometry/Rectangle.php index 5ce618a6..e31f894f 100644 --- a/src/Geometry/Rectangle.php +++ b/src/Geometry/Rectangle.php @@ -5,11 +5,10 @@ declare(strict_types=1); namespace Intervention\Image\Geometry; use Intervention\Image\Geometry\Tools\RectangleResizer; -use Intervention\Image\Interfaces\DrawableInterface; use Intervention\Image\Interfaces\PointInterface; use Intervention\Image\Interfaces\SizeInterface; -class Rectangle extends Polygon implements SizeInterface, DrawableInterface +class Rectangle extends Polygon implements SizeInterface { /** * Create new rectangle instance