@@ -63,8 +63,8 @@ |
||
63 | 63 | public function makes_descriptor_type_criteria_for_own_role_provider() |
64 | 64 | { |
65 | 65 | return [ |
66 | - [ProfileContext::ROLE_IDP, IdpSsoDescriptor::class], |
|
67 | - [ProfileContext::ROLE_SP, SpSsoDescriptor::class], |
|
66 | + [ProfileContext::ROLE_IDP, IdpSsoDescriptor::class], |
|
67 | + [ProfileContext::ROLE_SP, SpSsoDescriptor::class], |
|
68 | 68 | ]; |
69 | 69 | } |
70 | 70 |