chg: [internal] setupSyncRequest made public

- to be able to access it via shell scripts
pull/8063/merge
iglocska 2022-04-18 17:57:38 +02:00
parent 861a9af713
commit ccbd119417
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -2780,7 +2780,7 @@ class AppModel extends Model
* @return array[]
* @throws JsonException
*/
protected function setupSyncRequest(array $server, $model = 'Server')
public function setupSyncRequest(array $server, $model = 'Server')
{
$version = implode('.', $this->checkMISPVersion());
$commit = $this->checkMIPSCommit();