This repository has been archived on 2023-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
web/app/core/ApiController.php

7 lines
106 B
PHP
Raw Normal View History

2022-01-15 10:26:02 +00:00
<?php
// Extended controller for RESTful APIs
class ApiController extends Controller
{
// TODO: ...
}