Make BaseModule methods dynamic
This commit is contained in:
@@ -36,7 +36,7 @@ class Peers extends BaseApi
|
||||
/**
|
||||
* @throws HTTPException\InternalServerErrorException
|
||||
*/
|
||||
public static function rawContent()
|
||||
public function rawContent()
|
||||
{
|
||||
$return = [];
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ class Rules extends BaseApi
|
||||
/**
|
||||
* @throws HTTPException\InternalServerErrorException
|
||||
*/
|
||||
public static function rawContent()
|
||||
public function rawContent()
|
||||
{
|
||||
$rules = [];
|
||||
$id = 0;
|
||||
|
||||
Reference in New Issue
Block a user