<?php namespace app\extra\service\basic; class KeyService { public static function smsKey(int $mobile): string { return "sms_{$mobile}"; } }