| Current Path : /home/users/unlimited/www/dabbawali.sizzlingcafe.co.in/lang/de/ |
| Current File : /home/users/unlimited/www/dabbawali.sizzlingcafe.co.in/lang/de/itemType.php |
<?php
use App\Enums\ItemType;
return [
ItemType::VEG => 'Vegetarisch',
ItemType::NON_VEG => 'Nicht Vegetarisch',
];