12 lines
187 B
PHP
Executable File
12 lines
187 B
PHP
Executable File
<?php
|
|
|
|
use Common\Channels\LoadChannelMenuItems;
|
|
|
|
return [
|
|
[
|
|
'name' => 'Channel',
|
|
'type' => 'channels',
|
|
'itemsLoader' => LoadChannelMenuItems::class,
|
|
]
|
|
];
|