Skip to content

Commit 86b9e3d

Browse files
author
Dave Goodchild
authored
Update README.md
1 parent 82684c2 commit 86b9e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class AccessApiFactory {
7171
if ( $sSessionId != $oNet2Session->getSessionId() ) {
7272
file_put_contents( $sCacheFile, trim( $oNet2Session->getSessionId() ) );
7373
}
74-
return ( new Client( oNet2Session ) );
74+
return ( new Client( oNet2Session ) );
7575
}
7676
}
7777
```

0 commit comments

Comments
 (0)