auth = $auth; } /** * Run the request filter. * * @return mixed */ public function filter() { return $this->auth->basic(); } }