getChannel()->sendSmsCode($phone, $code); } function getChannel(): SmsInterface { return new Movider(); } }