Skip to content

Commit cb024f9

Browse files
authored
Merge pull request SAML-Toolkits#354 from chrisdevelops/patch-1
Fix syntax error on line 37 of settings_example.php
2 parents da96b06 + 2a9c538 commit cb024f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings_example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
// attributeConsumingService. nameFormat, attributeValue and
3535
// friendlyName can be omitted. Otherwise remove this section.
3636
"attributeConsumingService"=> array(
37-
"serviceName" => "SP test"
37+
"serviceName" => "SP test",
3838
"serviceDescription" => "Test Service",
3939
"requestedAttributes" => array(
4040
array(

0 commit comments

Comments
 (0)