* bellozzo added
This commit is contained in:
parent
631aa12a59
commit
59d8a53ca4
@ -131,6 +131,10 @@ class KoinService
|
|||||||
return 'Kávé';
|
return 'Kávé';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (false !== strpos($posInfo, "BELLOZZO")) {
|
||||||
|
return 'Étel';
|
||||||
|
}
|
||||||
|
|
||||||
if (false !== strpos($posInfo, "HAI NAM BISTRÓ")) {
|
if (false !== strpos($posInfo, "HAI NAM BISTRÓ")) {
|
||||||
return 'Étel';
|
return 'Étel';
|
||||||
}
|
}
|
||||||
@ -259,6 +263,8 @@ class KoinService
|
|||||||
$tags[] = 'Spar';
|
$tags[] = 'Spar';
|
||||||
} elseif (false !== strpos($posInfo, "Cafe Frei")) {
|
} elseif (false !== strpos($posInfo, "Cafe Frei")) {
|
||||||
$tags[] = 'Cafe Frei';
|
$tags[] = 'Cafe Frei';
|
||||||
|
} elseif (false !== strpos($posInfo, "BELLOZZO")) {
|
||||||
|
$tags[] = 'Bellozzo';
|
||||||
} elseif (false !== strpos($posInfo, "HAI NAM BISTRÓ")) {
|
} elseif (false !== strpos($posInfo, "HAI NAM BISTRÓ")) {
|
||||||
$tags[] = 'Hai Nam Bistro';
|
$tags[] = 'Hai Nam Bistro';
|
||||||
$tags[] = 'Vietnámi';
|
$tags[] = 'Vietnámi';
|
||||||
|
|||||||
@ -7,7 +7,6 @@ namespace App\Service;
|
|||||||
use App\Entity\Sms;
|
use App\Entity\Sms;
|
||||||
use App\Entity\User;
|
use App\Entity\User;
|
||||||
use DateTime;
|
use DateTime;
|
||||||
use Doctrine\Common\Collections\ArrayCollection;
|
|
||||||
use Doctrine\ORM\EntityManager;
|
use Doctrine\ORM\EntityManager;
|
||||||
use Doctrine\ORM\OptimisticLockException;
|
use Doctrine\ORM\OptimisticLockException;
|
||||||
use Doctrine\ORM\ORMException;
|
use Doctrine\ORM\ORMException;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user