Overrides Request::getClientIp
public function getClientIp() : string { $application = $this->command ->getApplication(); return $application->getName() . ' ' . $application->getVersion(); }