Merge pull request #4395 from devansh-webkul/issue-4394

Fixed maintenance mode status which is not working in channel section #4394
This commit is contained in:
Glenn Hermans 2020-12-24 13:54:56 +01:00 committed by GitHub
commit ae9838b3ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class ChannelRepository extends Repository
{
$channel = $this->find($id);
parent::update($data, $id, $attribute);
$channel = parent::update($data, $id, $attribute);
$channel->locales()->sync($data['locales']);