protected function getClientIP() { return $this->localHostTesting() ? $this->getLocalHostTestingIp() : request()->ip(); }