@@ -383,7 +383,7 @@ |
||
| 383 | 383 | $getJWT = (isset($options['getJWT']) && is_bool($options['getJWT'])) |
| 384 | 384 | ? $options['getJWT'] : true; |
| 385 | 385 | |
| 386 | - $getSecretAppend = (isset($options['secret']) && ($options['secret'] == 'append') ) |
|
| 386 | + $getSecretAppend = (isset($options['secret']) && ($options['secret'] == 'append')) |
|
| 387 | 387 | ? $options['secret'] : false; |
| 388 | 388 | |
| 389 | 389 | return (new user\user()) |