mirror of
https://github.com/miguel456/php-http-virtualmin-api
synced 2023-07-28 02:52:31 +01:00
9 lines
148 B
PHP
9 lines
148 B
PHP
<?php
|
|
namespace Nilemin\Virtualmin\Managers\Cron;
|
|
|
|
/**
|
|
* @author Tsvetelin Tsonev <github.tsonev@yahoo.com>
|
|
*/
|
|
interface CronManagerInterface {
|
|
}
|