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