Wiki navigation bar
This commit is contained in:
9
lib/Helper/WikiTreePage.php
Normal file
9
lib/Helper/WikiTreePage.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace OCA\MyWiki\Helper;
|
||||
|
||||
class WikiTreePage {
|
||||
public int $id;
|
||||
public int $pid;
|
||||
public string $title;
|
||||
public int $sort = 0;
|
||||
}
|
Reference in New Issue
Block a user