summaryrefslogtreecommitdiff
path: root/app/Auth
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-11-04 21:33:05 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-11-04 21:33:05 -0500
commit135b921db75da5995eab7e36393ecd4d2b0bc66f (patch)
tree46efc60fcf1f9d5c57ab1fb9418c2acfbda0698a /app/Auth
parent850645dd6b22f5b495d1680e0b49540e0ebf9bd3 (diff)
Switch to composer
Diffstat (limited to 'app/Auth')
-rw-r--r--app/Auth/GitHub.php2
-rw-r--r--app/Auth/Google.php2
2 files changed, 0 insertions, 4 deletions
diff --git a/app/Auth/GitHub.php b/app/Auth/GitHub.php
index 096d4101..034f9260 100644
--- a/app/Auth/GitHub.php
+++ b/app/Auth/GitHub.php
@@ -2,8 +2,6 @@
namespace Auth;
-require __DIR__.'/../../vendor/OAuth/bootstrap.php';
-
use Core\Request;
use OAuth\Common\Storage\Session;
use OAuth\Common\Consumer\Credentials;
diff --git a/app/Auth/Google.php b/app/Auth/Google.php
index 2bed5b09..587ecde1 100644
--- a/app/Auth/Google.php
+++ b/app/Auth/Google.php
@@ -2,8 +2,6 @@
namespace Auth;
-require __DIR__.'/../../vendor/OAuth/bootstrap.php';
-
use Core\Request;
use OAuth\Common\Storage\Session;
use OAuth\Common\Consumer\Credentials;