Skip to content

Commit

Permalink
Remove OIDC dependency require statement
Browse files Browse the repository at this point in the history
Remove redundant require_once statement because Composer's autoload file
will be loaded in config/ProjectConfiguration.class.php and take care of
loading the OIDC dependency automatically.
  • Loading branch information
sbreker committed Feb 22, 2024
1 parent f60aa40 commit 4884503
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/arOidcPlugin/lib/arOidc.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* along with Access to Memory (AtoM). If not, see <http://www.gnu.org/licenses/>.
*/

require_once sfConfig::get('sf_root_dir').'/vendor/composer/jumbojett/openid-connect-php/src/OpenIDConnectClient.php';

class arOidc
{
protected static $oidcIsInitialized = false;
Expand Down

0 comments on commit 4884503

Please sign in to comment.