mirror of
https://github.com/Intervention/image.git
synced 2025-08-06 13:56:30 +02:00
Remote unused trait
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace Intervention\Image\Traits;
|
|
||||||
|
|
||||||
use Intervention\Image\Geometry\Tools\Resizer;
|
|
||||||
use Intervention\Image\Interfaces\SizeInterface;
|
|
||||||
|
|
||||||
trait CanResizeGeometrically
|
|
||||||
{
|
|
||||||
public function resizeGeometrically(SizeInterface $size): Resizer
|
|
||||||
{
|
|
||||||
return new Resizer($size);
|
|
||||||
}
|
|
||||||
}
|
|
Reference in New Issue
Block a user