don't try to apply columns in the relations field...
This commit is contained in:
parent
bd78e3544d
commit
761d34f178
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ abstract class EloquentRepository extends Repository implements RepositoryInterf
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return ($this->withFresh) ? $instance->fresh($this->getColumns()) : $saved;
|
return ($this->withFresh) ? $instance->fresh() : $saved;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue