Some Minor Fix

This commit is contained in:
devansh bawari 2020-12-24 16:09:10 +05:30
parent 3c49cd9fff
commit 4737f95410
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']);