mirror of
https://github.com/miguel456/php-http-virtualmin-api
synced 2023-07-28 02:52:31 +01:00
Update CronManager.php
This commit is contained in:
parent
d9a6026a6f
commit
3fb11be659
@ -2,7 +2,7 @@
|
|||||||
namespace Nilemin\Virtualmin\Managers\Cron;
|
namespace Nilemin\Virtualmin\Managers\Cron;
|
||||||
|
|
||||||
use Nilemin\Virtualmin\BaseManager;
|
use Nilemin\Virtualmin\BaseManager;
|
||||||
use Nilemin\Virtualmin\Http\HttpClient;
|
use Nilemin\Virtualmin\Http\HttpClientInterface;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Tsvetelin Tsonev <github.tsonev@yahoo.com>
|
* @author Tsvetelin Tsonev <github.tsonev@yahoo.com>
|
||||||
@ -14,7 +14,7 @@ class CronManager extends BaseManager implements CronManagerInterface, CronManag
|
|||||||
*
|
*
|
||||||
* @param HttpClient $httpClient
|
* @param HttpClient $httpClient
|
||||||
*/
|
*/
|
||||||
public function __construct(HttpClient $httpClient) {
|
public function __construct(HttpClientInterface $httpClient) {
|
||||||
parent::__construct($httpClient);
|
parent::__construct($httpClient);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user