close #1895 Fixed: Modules trait function conflict core other class

This commit is contained in:
Cüneyt Şentürk
2021-03-01 16:22:20 +03:00
parent 286ee540ef
commit e1463e682c
3 changed files with 20 additions and 20 deletions

View File

@ -352,7 +352,7 @@ class Item extends Controller
public function documentation($alias)
{
$documentation = $this->getDocumentation($alias);
$documentation = $this->getModuleDocumentation($alias);
$back = route('apps.app.show', $alias);