Skip to content

Commit

Permalink
Merge pull request #150 from sitegeist/bugfix/namespace
Browse files Browse the repository at this point in the history
[BUGFIX] Add missing namespaces
  • Loading branch information
s2b committed Jun 20, 2023
2 parents 843b5bf + 563535e commit 8355781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Domain/Model/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use TYPO3\CMS\Core\Resource\FileInterface;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Core\Resource\FileRepository;
use TYPO3\CMS\Core\Resource\ResourceFactory;
use TYPO3\CMS\Extbase\Domain\Model\FileReference;
use SMS\FluidComponents\Interfaces\ConstructibleFromArray;
use SMS\FluidComponents\Exception\InvalidArgumentException;
Expand Down
1 change: 1 addition & 0 deletions Classes/Domain/Model/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

use TYPO3\CMS\Core\Resource\FileInterface;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Core\Resource\ResourceFactory;
use SMS\FluidComponents\Exception\InvalidArgumentException;
use SMS\FluidComponents\Exception\InvalidFileArrayException;
use SMS\FluidComponents\Exception\InvalidRemoteImageException;
Expand Down

0 comments on commit 8355781

Please sign in to comment.