Minor fix from #1204
This commit is contained in:
parent
853d326bfc
commit
44a650ca72
|
|
@ -222,8 +222,8 @@ class Filter extends WidgetBase
|
|||
$query = $model->newQuery();
|
||||
|
||||
/*
|
||||
* Extensibility
|
||||
*/
|
||||
* Extensibility
|
||||
*/
|
||||
Event::fire('backend.filter.extendQuery', [$this, $query, $scope]);
|
||||
$this->fireEvent('filter.extendQuery', [$query, $scope]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue