SimplesamlphpBundle icon indicating copy to clipboard operation
SimplesamlphpBundle copied to clipboard

The SimpleSAML_Auth_Simple is now using namespaces.

Open Vinq-it-JV opened this issue 7 years ago • 0 comments

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) ;-)

Vinq-it-JV avatar Sep 19 '18 11:09 Vinq-it-JV