Implement SerializableInterface in RpcResponse
This commit is contained in:
parent
0ad263b1f0
commit
60e0a3cb19
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
namespace Socialbox\Objects;
|
||||
|
||||
class RpcResponse
|
||||
use Socialbox\Interfaces\SerializableInterface;
|
||||
|
||||
class RpcResponse implements SerializableInterface
|
||||
{
|
||||
private string $id;
|
||||
private ?object $result;
|
||||
|
|
Loading…
Add table
Reference in a new issue