File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -155,12 +155,11 @@ protected function isMorphRelation($relation)
155155 }
156156
157157 /**
158- * Resolve the proper column name be used.
159- *
158+ * {@inheritDoc}
160159 *
161160 * @throws \Yajra\DataTables\Exceptions\Exception
162161 */
163- protected function resolveRelationColumn (string $ column ): string
162+ public function resolveRelationColumn (string $ column ): string
164163 {
165164 $ parts = explode ('. ' , $ column );
166165 $ columnName = array_pop ($ parts );
Original file line number Diff line number Diff line change @@ -384,9 +384,9 @@ public function getQuery(): QueryBuilder
384384 }
385385
386386 /**
387- * Resolve the proper column name be used.
387+ * Resolve the proper column name to be used.
388388 */
389- protected function resolveRelationColumn (string $ column ): string
389+ public function resolveRelationColumn (string $ column ): string
390390 {
391391 return $ column ;
392392 }
You can’t perform that action at this time.
0 commit comments