mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
Make function visiblity protected
This commit is contained in:
parent
17c86b5a8b
commit
c8117e92b7
1 changed files with 1 additions and 1 deletions
|
@ -735,7 +735,7 @@ class AppMetadataProvider implements AppMetadataProviderInterface
|
|||
* @return array
|
||||
* @throws \Psr\Cache\InvalidArgumentException
|
||||
*/
|
||||
public function getNavigation(string $userId): array
|
||||
protected function getNavigation(string $userId): array
|
||||
{
|
||||
$navigation = $this->cache->get('app-metadata-navigation-' . $userId, function () {
|
||||
return $this->navigationService->getNavbar()->toArray();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue