Browse Source

restore getPage method for page repository

Olivier Massot 4 năm trước cách đây
mục cha
commit
13ae11bb9f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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);
+    }
 }