Sfoglia il codice sorgente

restore getPage method for page repository

Olivier Massot 4 anni fa
parent
commit
13ae11bb9f
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      ot_core/Classes/Page/OtPageRepository.php

+ 3 - 0
ot_core/Classes/Page/OtPageRepository.php

@@ -198,4 +198,7 @@ class OtPageRepository
         return $rootUid;
     }
 
+    public function getPage(int $uid) {
+        return $this->pageRepository->getPage($uid);
+    }
 }