We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3cd12 commit fe6f648Copy full SHA for fe6f648
src/Forms/Controls/CsrfProtection.php
@@ -24,7 +24,7 @@
24
25
class CsrfProtection extends BaseCsrfProtection
26
{
27
- final public const PROTECTION = 'SimpleSAML\Module\oidc\Form\Controls\CsrfProtection::validateCsrf';
+ final public const PROTECTION = [\SimpleSAML\Module\oidc\Forms\Controls\CsrfProtection::class, 'validateCsrf'];
28
29
protected Session $sspSession;
30
0 commit comments