force get translations from admin

This commit is contained in:
2021-10-31 23:16:03 +01:00
committed by Daniel Seifert
parent 74edceafc8
commit bd90f18a87
3 changed files with 5 additions and 1 deletions

View File

@ -22,11 +22,13 @@ interface QueryBase
public function run();
/**
* Ensure that the translations are equally available in the frontend and the backend
* @return string
*/
public function getTitle() : string;
/**
* Ensure that the translations are equally available in the frontend and the backend
* @return string
*/
public function getDescription() : string;