mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-18 03:08:41 +00:00
9 lines
82 B
PHP
9 lines
82 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace Controllers;
|
|
|
|
class FrontController
|
|
{
|
|
}
|