Ver Fonte

restore getPage method for page repository

Olivier Massot há 4 anos atrás
pai
commit
13ae11bb9f
1 ficheiros alterados com 3 adições e 0 exclusões
  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);
+    }
 }