mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 05:43:45 +02:00
don't try to apply columns in the relations field...
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user