KimchiAPI/api_handler/Methods/v1/PingMethod.php

12 lines
217 B
PHP

<?php
namespace Methods\v1;
class PingMethod extends \KimchiAPI\Abstracts\Method
{
public function execute()
{
// TODO: Implement execute() method.
}
}