Exemple #1
0
 /**
  * Create a new filter instance.
  *
  * @param  Guard  $auth
  * @return void
  */
 public function __construct(Guard $auth, Authorizer $authorizer, $httpHeadersOnly = false)
 {
     $this->auth = $auth;
     parent::__construct($authorizer, $httpHeadersOnly);
 }