Skip to content

Commit 013b228

Browse files
committed
Deprecate DB translation table
1 parent 8c789d8 commit 013b228

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Domain/Configuration/Model/I18n.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Doctrine\ORM\Mapping as ORM;
88
use PhpList\Core\Domain\Common\Model\Interfaces\DomainModel;
99
use PhpList\Core\Domain\Configuration\Repository\I18nRepository;
10-
10+
/** @deprecated */
1111
#[ORM\Entity(repositoryClass: I18nRepository::class)]
1212
#[ORM\Table(name: 'phplist_i18n')]
1313
#[ORM\UniqueConstraint(name: 'lanorigunq', columns: ['lan', 'original'])]

src/Domain/Configuration/Repository/I18nRepository.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
use PhpList\Core\Domain\Common\Repository\AbstractRepository;
88

9+
/** @deprecated */
910
class I18nRepository extends AbstractRepository
1011
{
1112
}

0 commit comments

Comments
 (0)