File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<?php
22
3- use Dimsav \Translatable \Test \Model \Food ;
4- use Dimsav \Translatable \Test \Model \Person ;
5- use Dimsav \Translatable \Test \Model \Country ;
6- use Dimsav \Translatable \Test \Model \CountryStrict ;
7- use Dimsav \Translatable \Test \Model \CountryTranslation ;
8- use Dimsav \Translatable \Test \Model \CountryWithCustomLocaleKey ;
3+ use Astrotomic \Translatable \Test \Model \Food ;
4+ use Astrotomic \Translatable \Test \Model \Person ;
5+ use Astrotomic \Translatable \Test \Model \Country ;
6+ use Astrotomic \Translatable \Test \Model \CountryStrict ;
7+ use Astrotomic \Translatable \Test \Model \CountryTranslation ;
8+ use Astrotomic \Translatable \Test \Model \CountryWithCustomLocaleKey ;
99use Astrotomic \Translatable \Test \Model \CountryWithCustomTranslationModel ;
1010
1111class TranslatableTest extends TestsBase
You can’t perform that action at this time.
0 commit comments