forked from deblan/side_menu
refactoring
This commit is contained in:
parent
deca4b2cba
commit
3f2a307226
2 changed files with 17 additions and 12 deletions
|
|
@ -54,6 +54,14 @@ class AppRepository
|
|||
'external_links',
|
||||
],
|
||||
];
|
||||
} elseif ($app['id'] === 'files') {
|
||||
$visibleApps[$app['id']] = [
|
||||
'id' => $app['id'],
|
||||
'name' => $app['name'],
|
||||
'preview' => $app['icon'],
|
||||
'previewAsIcon' => true,
|
||||
'category' => [],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue