N°4454 - Measuring the use of the queryphrase book (code review 2)

This commit is contained in:
Benjamin Dalsass
2022-01-26 08:11:16 +01:00
parent 1fac2ae787
commit 3b599a40f3
2 changed files with 3 additions and 1 deletions

View File

@@ -139,7 +139,7 @@ abstract class Query extends cmdbAbstractObject
* @return string|null
* @since 3.1.0
*/
public abstract function GetExportUrl(array $aValues = null) : ?string;
abstract public function GetExportUrl(array $aValues = null) : ?string;
/**
* Update last export information.