mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-28 07:28:41 +00:00
13 lines
116 B
PHP
13 lines
116 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace Install;
|
|
|
|
class Install
|
|
{
|
|
private function installDB()
|
|
{
|
|
|
|
}
|
|
}
|