Channel Exception Fixed

This commit is contained in:
devansh bawari 2021-02-11 18:48:19 +05:30
parent be505282de
commit 7ab0946841
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
@foreach (core()->getAllChannels() as $channelModel)
<option value="{{ $channelModel->code }}" {{ ($channelModel->code) == $channel ? 'selected' : '' }}>
{{ core()->getChannelName($channel) }}
{{ core()->getChannelName($channelModel) }}
</option>
@endforeach