The RelationController::relationExtendQuery method should be removed when scopes are respected - a relation scope is an extension of the query #1203
This commit is contained in:
parent
fc62ca7c7f
commit
ccb28a2cfe
|
|
@ -1140,6 +1140,10 @@ class RelationController extends ControllerBehavior
|
|||
//
|
||||
|
||||
/**
|
||||
* !!!!
|
||||
* !!!! WARNING: DO NOT USE - This method is scheduled to be removed
|
||||
* !!!!
|
||||
*
|
||||
* Controller override: Extend the query used for populating the list
|
||||
* after the default query is processed.
|
||||
* @param October\Rain\Database\Builder $query
|
||||
|
|
|
|||
Loading…
Reference in New Issue