Missing OAuth Service Provider

This commit is contained in:
Benoît Burnichon
2015-04-28 10:40:54 +02:00
parent b268b2d07b
commit c90a60b0f6

View File

@@ -33,6 +33,7 @@ use Symfony\Component\HttpFoundation\Response;
return call_user_func(function ($environment = PhraseaApplication::ENV_PROD) {
$app = new PhraseaApplication($environment);
$app->register(new OAuth2());
$app->register(new V1());
$app->loadPlugins();