Skip to content

Commit 492ee3d

Browse files
committed
Moved library into jsonrpcphp.org namespace
1 parent 5afb284 commit 492ee3d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jsonrpcphp/JsonRPCClient.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @author Johannes Weberhofer <jweberhofer@weberhofer.at>
3232
*/
3333

34-
namespace org\inservibile {
34+
namespace org\jsonrpcphp {
3535

3636
class JsonRPCClient {
3737

jsonrpcphp/JsonRPCServer.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @author Johannes Weberhofer <jweberhofer@weberhofer.at>
3232
*/
3333

34-
namespace org\inservibile {
34+
namespace org\jsonrpcphp {
3535

3636
class JsonRPCServer {
3737
/**

0 commit comments

Comments
 (0)