/var/www/vhosts/nabawater/common/models/base
Edit: /var/www/vhosts/nabawater/common/models/base/BaseTimeZone.php (972B)
2],
[['time_zone_name'], 'string', 'max' => 35],
];
}
/**
* @inheritdoc
*/
public function attributeLabels()
{
return [
'time_zone_id' => Yii::t('common', 'Time Zone ID'),
'country_code' => Yii::t('common', 'Country Code'),
'time_zone_name' => Yii::t('common', 'Time Zone Name'),
];
}
}