FileManager
This commit is contained in:
parent
c8948338bb
commit
f1e0900a7a
131 changed files with 5844 additions and 3081 deletions
|
|
@ -122,6 +122,12 @@ class IQContentTreeNode extends Model
|
|||
}
|
||||
}
|
||||
|
||||
public function getUrl(){
|
||||
|
||||
|
||||
return config('app.url_stern')."/".$this->getUri();
|
||||
}
|
||||
|
||||
public function getUri(){
|
||||
|
||||
$root = $this->iq_content_tree->identifier."/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue