How about to create constant values for: - city - country - locality In **models/AdminLevel.php**: ``` /** * @var int */ private $level; ```