Skip to content

Commit

Permalink
Merge pull request #65 from sitegeist/bugfix/fixDummyImageGenerator
Browse files Browse the repository at this point in the history
BUGFIX: Fix dummy image generator by using the correct image class
  • Loading branch information
mficzel committed Aug 31, 2023
2 parents b80ea3f + a493fa9 commit d6263a6
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 d6263a6

Please sign in to comment.