Skip to content

Commit

Permalink
Merge pull request #17 from FVSoftwareDeveloper/master
Browse files Browse the repository at this point in the history
updgrade for Symfony 5
  • Loading branch information
angelbencosme authored Oct 13, 2022
2 parents 5e05f85 + 5f32d73 commit 077d4b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Repository/SyncMappingRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace NTI\SyncBundle\Repository;

use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\Persistence\ManagerRegistry;
use NTI\SyncBundle\Entity\SyncMapping;

/**
Expand Down
2 changes: 1 addition & 1 deletion Repository/SyncStateRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace NTI\SyncBundle\Repository;

use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\Persistence\ManagerRegistry;
use NTI\SyncBundle\Entity\SyncState;

/**
Expand Down

0 comments on commit 077d4b0

Please sign in to comment.