1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-02 18:32:56 +02:00

No unused imports

Unused use statements must be removed.
This commit is contained in:
MathiasReker
2022-07-04 17:44:58 +02:00
parent 43fef9cdf2
commit ccd335f275

View File

@@ -2,7 +2,6 @@
namespace Intervention\Image\Commands;
use Intervention\Image\Commands\Argument;
abstract class AbstractCommand
{