Exemplo n.º 1
0
 /**
  * Extend the authentication layer with a custom provider.
  *
  * @author Morten Rugaard <*****@*****.**>
  *
  * @param  string          $key
  * @param  object|callable $provider
  * @return \Nodes\Api\Auth
  */
 public function extend($key, $provider)
 {
     parent::extend($key, $provider);
     return $this;
 }