Esempio n. 1
0
 public function __construct($provider)
 {
     parent::__construct($provider);
     $this->provider = Auth_Provider_Normal::make();
     return $this;
 }