Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
config
/
common
/
Editing: menus.php
<?php use App\Actions\Channel\LoadChannelMenuItems; return [ [ 'name' => 'Channel', 'type' => 'channels', 'itemsLoader' => LoadChannelMenuItems::class, ] ];
Save
Cancel