mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-23 23:08:41 +00:00
start working on wiki
This commit is contained in:
parent
ff6e521eb9
commit
b8d33a6e5b
|
|
@ -18,4 +18,3 @@ $app = $this->getData('app');
|
|||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
echo $this->getData('nav')->render();
|
||||
?>
|
||||
|
|
@ -18,4 +18,3 @@ $apps = $this->getData('apps');
|
|||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
echo $this->getData('nav')->render();
|
||||
?>
|
||||
|
|
@ -18,4 +18,3 @@ $app = $this->getData('app');
|
|||
* @var \phpOMS\Views\View $this
|
||||
*/
|
||||
echo $this->getData('nav')->render();
|
||||
?>
|
||||
|
|
@ -16,7 +16,7 @@ use \phpOMS\Uri\UriFactory;
|
|||
|
||||
/**
|
||||
* @var \Modules\Knowledgebase\Models\WikiCategory[] $categories
|
||||
* @var \Modules\Knowledgebase\Models\WikiDoc[] $documents
|
||||
* @var \Modules\Knowledgebase\Models\WikiDoc[] $documents
|
||||
*/
|
||||
$categories = $this->getData('categories') ?? [];
|
||||
$documents = $this->getData('docs') ?? [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user