diff options
Diffstat (limited to 'app/Auth/Google.php')
-rw-r--r-- | app/Auth/Google.php | 2 |
1 files changed, 0 insertions, 2 deletions
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; |