1
0
mirror of https://github.com/miguel456/php-http-virtualmin-api synced 2023-07-28 02:52:31 +01:00
php-http-virtualmin-api/src/Managers/Cron/CronManagerInterface.php

9 lines
148 B
PHP
Raw Normal View History

2017-03-03 02:37:35 -05:00
<?php
namespace Nilemin\Virtualmin\Managers\Cron;
/**
* @author Tsvetelin Tsonev <github.tsonev@yahoo.com>
*/
interface CronManagerInterface {
}