Exception Fixed

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

View File

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