We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82684c2 commit 86b9e3dCopy full SHA for 86b9e3d
README.md
@@ -71,7 +71,7 @@ class AccessApiFactory {
71
if ( $sSessionId != $oNet2Session->getSessionId() ) {
72
file_put_contents( $sCacheFile, trim( $oNet2Session->getSessionId() ) );
73
}
74
- return ( new Client( oNet2Session ) );
+ return ( new Client( oNet2Session ) );
75
76
77
```
0 commit comments