Небольшие изменения
This commit is contained in:
12
system/API/Methods/MethodAbstract.php
Normal file
12
system/API/Methods/MethodAbstract.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace VK\API\Methods;
|
||||
|
||||
abstract class MethodAbstract
|
||||
{
|
||||
abstract public static function post();
|
||||
abstract public static function get();
|
||||
abstract public static function delete();
|
||||
}
|
Reference in New Issue
Block a user