SimplesamlphpBundle
SimplesamlphpBundle copied to clipboard
The SimpleSAML_Auth_Simple is now using namespaces.
Hi There,
Just noticed a warning:
The class or interface 'SimpleSAML_Auth_Simple' is now using namespaces, please use 'SimpleSAML\Auth\Simple'.
So I changed the services.yml to:
services:
simplesamlphp.auth:
class: SimpleSAML\Auth\Simple #SimpleSAML_Auth_Simple
arguments: [ '%simplesamlphp.sp%' ]
Can you please take this into account on the next update?
Cheers,
Jeroen (pronounced: jer-oon) ;-)