Skip to content

Commit

Permalink
BUGFIX: Fix dummy image generator by using the correct image class
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel committed Aug 31, 2023
1 parent b80ea3f commit a493fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/DummyImageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
use Neos\Flow\Mvc\Controller\ActionController;
use Neos\Flow\Package\PackageManager;
use Neos\Flow\ResourceManagement\ResourceManager;
use Neos\Media\Domain\Model\ImageInterface;
use Psr\Log\LoggerInterface;
use Sitegeist\Kaleidoscope\Domain\DummyImageGenerator;
use Imagine\Image\ImageInterface;

class DummyImageController extends ActionController
{
Expand Down

0 comments on commit a493fa9

Please sign in to comment.