mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-27 15:08:42 +00:00
11 lines
120 B
PHP
11 lines
120 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
class Application
|
|
{
|
|
public function run() : string
|
|
{
|
|
return '';
|
|
}
|
|
}
|