Some Minor Fix
This commit is contained in:
parent
3c49cd9fff
commit
4737f95410
|
|
@ -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