Esempio n. 1
0
 public function __construct(Application $app)
 {
     parent::__construct($app);
     $this->oAuth2Adapter = $app['oauth2-server'];
 }
 public function __construct(Application $app)
 {
     parent::__construct($app);
     $this->translator = $app['translator'];
     $this->logger = $app['monolog'];
 }