0
1
Fork 0
hedera-web-mindshore/web/json-request.php

10 lines
119 B
PHP

<?php
namespace Vn\Web;
/**
* Base class for JSON services.
**/
abstract class JsonRequest extends RestRequest {}