mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
fix all places
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
b9c57dc8d9
commit
3c91fa84e3
4 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ use http\Env\Response;
|
|||
|
||||
class DockerActionManager
|
||||
{
|
||||
private const API_VERSION = 'v1.41';
|
||||
private const string API_VERSION = 'v1.41';
|
||||
private \GuzzleHttp\Client $guzzleClient;
|
||||
private ConfigurationManager $configurationManager;
|
||||
private ContainerDefinitionFetcher $containerDefinitionFetcher;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue