close #1895 Fixed: Modules trait function conflict core other class
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user