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…
Reference in New Issue