Fixed error preventing the service container from compiling

This commit is contained in:
Jan Böhmer 2023-05-27 20:46:02 +02:00
parent 55641a234c
commit c24019fd57
5 changed files with 10 additions and 9 deletions

View file

@ -1,4 +1,4 @@
hslavich_saml_sp:
resource: "@HslavichOneloginSamlBundle/Resources/config/routing.yml"
nbgrp_saml:
resource: "@NbgrpOneloginSamlBundle/Resources/config/routes.php"
# Only load the SAML routes if SAML is enabled
condition: "env('SAML_ENABLED') == '1' or env('SAML_ENABLED') == 'true'"