Skip to content

Commit f1d385b

Browse files
edenleungStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 6866f4a commit f1d385b

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

config/config.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
22

33
return [
4-
'sso' => true,
5-
'ssoCacheKey' => 'jwt-auth-user',
6-
'ssoKey' => 'uid',
7-
'signerKey' => '',
8-
'notBefore' => 0,
9-
'expiresAt' => 3600,
10-
'signer' => 'Lcobucci\JWT\Signer\Hmac\Sha256',
11-
'injectUser' => false,
12-
'userModel' => '',
13-
'hasLogged' => 50401,
14-
'tokenAlready' => 50402
4+
'sso' => true,
5+
'ssoCacheKey' => 'jwt-auth-user',
6+
'ssoKey' => 'uid',
7+
'signerKey' => '',
8+
'notBefore' => 0,
9+
'expiresAt' => 3600,
10+
'signer' => 'Lcobucci\JWT\Signer\Hmac\Sha256',
11+
'injectUser' => false,
12+
'userModel' => '',
13+
'hasLogged' => 50401,
14+
'tokenAlready' => 50402,
1515
];

0 commit comments

Comments
 (0)