diff --git a/Entity/Smtp.php b/Entity/Smtp.php index 03ea211..4578eb7 100755 --- a/Entity/Smtp.php +++ b/Entity/Smtp.php @@ -12,6 +12,7 @@ */ #[ORM\Table(name: 'nti_smtp_configuration')] + #[ORM\Entity(repositoryClass: 'NTI\EmailBundle\Repository\SmtpRepository')] #[ORM\HasLifecycleCallbacks()] class Smtp { diff --git a/Repository/SmtpRepository.php b/Repository/SmtpRepository.php new file mode 100644 index 0000000..7761fc3 --- /dev/null +++ b/Repository/SmtpRepository.php @@ -0,0 +1,22 @@ +