Skip to content

Commit

Permalink
Try to fix Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Oct 4, 2024
1 parent 377b214 commit 229bf7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DataSyncInfrastructure/Controller/FeedController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

namespace Webgriffe\SyliusClerkPlugin\DataSyncInfrastructure\Controller;

if (!interface_exists(\Sylius\Resource\Doctrine\Persistence\RepositoryInterface::class)) {
class_alias(\Sylius\Resource\Doctrine\Persistence\RepositoryInterface::class, \Sylius\Component\Resource\Repository\RepositoryInterface::class);
}
use Sylius\Component\Channel\Repository\ChannelRepositoryInterface;
use Sylius\Component\Core\Model\ChannelInterface;
use Sylius\Component\Locale\Model\LocaleInterface;
Expand Down

0 comments on commit 229bf7a

Please sign in to comment.