Skip to content

Commit bbccc7d

Browse files
authored
Merge pull request #55 from adamgoose/patch-3
Fixing config type
2 parents f44ce36 + a543efd commit bbccc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
| This is used to verify the decoded tokens when using RS256
7373
|
7474
*/
75-
// 'api_identifier' => [ ],
75+
// 'api_identifier' => '',
7676

7777
);

0 commit comments

Comments
 (0)