You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/08/07 19:49:56 UTC

[airavata-php-gateway] branch staging updated: AIRAVATA-3086 Fixing registering GroupManagerServiceProvider

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata-php-gateway.git


The following commit(s) were added to refs/heads/staging by this push:
     new 80aea84  AIRAVATA-3086 Fixing registering GroupManagerServiceProvider
80aea84 is described below

commit 80aea848472022d216bbc4a0a18fff68fcd33230
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Wed Aug 7 15:47:22 2019 -0400

    AIRAVATA-3086 Fixing registering GroupManagerServiceProvider
---
 app/config/app.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/config/app.php b/app/config/app.php
index f13aa23..4eba0ea 100755
--- a/app/config/app.php
+++ b/app/config/app.php
@@ -124,6 +124,7 @@ return array(
         // 'Wsis\WsisServiceProvider',
         'Keycloak\KeycloakServiceProvider',
         'Airavata\AiravataServiceProvider',
+        'Airavata\GroupManagerServiceProvider',
         'Airavata\IamAdminServiceProvider',
         'Airavata\UserProfileServiceProvider',
         'Airavata\TenantProfileServiceProvider',