11
config/common/menus.php
Executable file
11
config/common/menus.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
use Common\Channels\LoadChannelMenuItems;
|
||||
|
||||
return [
|
||||
[
|
||||
'name' => 'Channel',
|
||||
'type' => 'channels',
|
||||
'itemsLoader' => LoadChannelMenuItems::class,
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user