Skip to content

Commit

Permalink
fix errors attempt 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Strauch authored and Justin Strauch committed Jan 14, 2025
1 parent 29326b4 commit 51013fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/Backend/ImageRecognizeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
namespace Pagemachine\AItools\Controller\Backend;

use Exception;
use Pagemachine\AItools\Domain\Repository\PromptRepository;
use Pagemachine\AItools\Domain\Repository\BadWordsRepository;
use Pagemachine\AItools\Domain\Repository\ImageLabelRepository;
use Pagemachine\AItools\Domain\Repository\PromptRepository;
use Pagemachine\AItools\Service\ImageMetaDataService;
use Pagemachine\AItools\Service\SettingsService;
use Pagemachine\AItools\Service\TranslationService;
Expand Down

0 comments on commit 51013fc

Please sign in to comment.