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.
2 parents 35f6417 + d448d0a commit 41aa5dfCopy full SHA for 41aa5df
src/config/saml2_settings.php
@@ -61,11 +61,11 @@
61
'proxyVars' => false,
62
63
/**
64
- * (Optiona) Which class implements the route functions.
65
- * If left blank, defaults to this lib's controller (Aacotroneo\Saml2\Http\Controllers\Saml2Controller).
+ * (Optional) Which class implements the route functions.
+ * If commented out, defaults to this lib's controller (Aacotroneo\Saml2\Http\Controllers\Saml2Controller).
66
* If you need to extend Saml2Controller (e.g. to override the `login()` function to pass
67
* a `$returnTo` argument), this value allows you to pass your own controller, and have
68
* it used in the routes definition.
69
*/
70
- 'saml2_controller' => '',
+ // 'saml2_controller' => '',
71
);
0 commit comments