You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I want get all column from object when I pass the column only relation.
And now.
I fix code to
if (empty($this->columns)) {
$this->columns = ['*'];
}
$this->query->select($this->columns);
you can add it to project.
Thanks.
The text was updated successfully, but these errors were encountered:
longlevan9x
changed the title
?includes=schedules,scheduleExams&code=15207100025&columns=schedules.name
add select. ?includes=schedules,scheduleExams&code=15207100025&columns=schedules.name
Oct 24, 2018
Hello. I want get all column from object when I pass the column only relation.
And now.
I fix code to
if (empty($this->columns)) {
$this->columns = ['*'];
}
$this->query->select($this->columns);
you can add it to project.
Thanks.
The text was updated successfully, but these errors were encountered: