mirror of
https://github.com/miguel456/php-http-virtualmin-api
synced 2023-07-28 02:52:31 +01:00
Update ScriptsManager.php
This commit is contained in:
parent
dab73418bc
commit
71448cc4a7
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Nilemin\Virtualmin\Managers\Scripts;
|
namespace Nilemin\Virtualmin\Managers\Scripts;
|
||||||
|
|
||||||
use Nilemin\Virtualmin\Http\HttpClient;
|
use Nilemin\Virtualmin\Http\HttpClientInterface;
|
||||||
use Nilemin\Manager\BaseManager;
|
use Nilemin\Manager\BaseManager;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -14,7 +14,7 @@ class ScriptsManager extends BaseManager implements ScriptsManagerInterface {
|
|||||||
*
|
*
|
||||||
* @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