mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-22 12:58:40 +00:00
9 lines
80 B
PHP
9 lines
80 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace Controllers;
|
|
|
|
class ApiController
|
|
{
|
|
}
|