Example #1
0
 public function __construct(Config $config, $userId)
 {
     parent::__construct($config);
     $this->userId = $userId;
     $this->getUser();
 }
Example #2
0
 public function __construct(Config $config)
 {
     parent::__construct($config);
     $this->get('account/verify_credentials');
 }