PageRenderTime 23ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/packages/ExternalAuth/ExternalAuth/DependencyFacebookAuth.class.php

https://bitbucket.org/alexamiryan/stingle
PHP | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 1c31c8ff160d398f8c20b462a1c6bb7e MD5 | raw file
  1. <?php
  2. class DependencyExternalkAuth extends Dependency
  3. {
  4. public function __construct(){
  5. $this->addPlugin("Db");
  6. $this->addPlugin("User");
  7. }
  8. }