better handling of responses
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Menking\Meshcore\Model;
|
||||
|
||||
class OkResponse extends Response {
|
||||
public int $code;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user