Skip to content

Commit

Permalink
Fix syntax error on line 37
Browse files Browse the repository at this point in the history
Array item was missing a comma :)
  • Loading branch information
sentrychris authored Jan 16, 2019
1 parent da96b06 commit 2a9c538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings_example.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// attributeConsumingService. nameFormat, attributeValue and
// friendlyName can be omitted. Otherwise remove this section.
"attributeConsumingService"=> array(
"serviceName" => "SP test"
"serviceName" => "SP test",
"serviceDescription" => "Test Service",
"requestedAttributes" => array(
array(
Expand Down

0 comments on commit 2a9c538

Please sign in to comment.