mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
@ -30,7 +30,7 @@ class File extends Ownable
|
||||
*/
|
||||
public function getUrl()
|
||||
{
|
||||
return '/files/' . $this->id;
|
||||
return baseUrl('/files/' . $this->id);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user