public function __construct(ThrottleRepositoryInterface $throttle, $ipAddress = null) { $this->throttle = $throttle; if (isset($ipAddress)) { $this->ipAddress = $ipAddress; } }