Fix binary_operator_spaces errors

This commit is contained in:
Hank Grabowski 2023-02-20 08:05:01 -05:00
parent 0451f2dfa1
commit fcf59dc245
6 changed files with 21 additions and 21 deletions

View file

@ -59,7 +59,7 @@ class InstanceV2 extends BaseApi
parent::__construct($app, $l10n, $baseUrl, $args, $logger, $profiler, $response, $server, $parameters);
$this->database = $database;
$this->config = $config;
$this->config = $config;
}
/**