Merge pull request #1530 from phpfour/phpfour-module-doc
Fixes loading app documentation
This commit is contained in:
commit
5b73de8fa7
@ -59,7 +59,7 @@ trait Modules
|
|||||||
return $item;
|
return $item;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getDocumentation($alias)
|
public function getDocumentation($alias, $data = [])
|
||||||
{
|
{
|
||||||
$key = 'apps.' . $alias . '.docs.' . $this->getDataKey($data);
|
$key = 'apps.' . $alias . '.docs.' . $this->getDataKey($data);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user