/packages/ExternalAuth/ExternalAuth/DependencyFacebookAuth.class.php
PHP | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 1c31c8ff160d398f8c20b462a1c6bb7e MD5 | raw file
- <?php
- class DependencyExternalkAuth extends Dependency
- {
- public function __construct(){
- $this->addPlugin("Db");
- $this->addPlugin("User");
- }
- }