Skip to content

Commit

Permalink
Fixes loading app documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
phpfour committed Jul 12, 2020
1 parent a0f453d commit c9261c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Traits/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function getModule($alias)
return $item;
}

public function getDocumentation($alias)
public function getDocumentation($alias, $data = [])
{
$key = 'apps.' . $alias . '.docs.' . $this->getDataKey($data);

Expand Down

0 comments on commit c9261c7

Please sign in to comment.