Skip to content

Commit

Permalink
Changed texts.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasHermanek committed Dec 2, 2024
1 parent 35ac0d2 commit 62b566d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Repository/JobAuthorCurrentOptimizeRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
use AnzuSystems\CoreDamBundle\Entity\JobImageCopy;

/**
* @extends AbstractAnzuRepository<JobImageCopy>
* @extends AbstractAnzuRepository<JobAuthorCurrentOptimize>
*
* @method JobImageCopy|null find($id, $lockMode = null, $lockVersion = null)
* @method JobImageCopy|null findOneBy(array $criteria, array $orderBy = null)
* @method JobAuthorCurrentOptimize|null find($id, $lockMode = null, $lockVersion = null)
* @method JobAuthorCurrentOptimize|null findOneBy(array $criteria, array $orderBy = null)
*/
final class JobAuthorCurrentOptimizeRepository extends AbstractAnzuRepository
{
Expand Down

0 comments on commit 62b566d

Please sign in to comment.