Skip to content

Commit 41aa5df

Browse files
authored
Merge pull request #194 from nstaff/iss192
Iss192
2 parents 35f6417 + d448d0a commit 41aa5df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/saml2_settings.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
'proxyVars' => false,
6262

6363
/**
64-
* (Optiona) Which class implements the route functions.
65-
* If left blank, defaults to this lib's controller (Aacotroneo\Saml2\Http\Controllers\Saml2Controller).
64+
* (Optional) Which class implements the route functions.
65+
* If commented out, defaults to this lib's controller (Aacotroneo\Saml2\Http\Controllers\Saml2Controller).
6666
* If you need to extend Saml2Controller (e.g. to override the `login()` function to pass
6767
* a `$returnTo` argument), this value allows you to pass your own controller, and have
6868
* it used in the routes definition.
6969
*/
70-
'saml2_controller' => '',
70+
// 'saml2_controller' => '',
7171
);

0 commit comments

Comments
 (0)