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:
commit
ae9838b3ba
|
|
@ -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']);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue