/**
  * Get the full URL for the current request.
  *
  * @return string
  */
 public function full()
 {
     return $this->request->fullUrl();
 }