Skip to content

Commit

Permalink
fix: reference event to quiet scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jun 28, 2017
1 parent d159e0f commit 8697111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Listener/ViewSearchListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public function implementedEvents()
*/
public function afterPaginate(Event $event)
{
$event;
if (!$this->_table()->behaviors()->has('Search')) {
return;
}
Expand Down

0 comments on commit 8697111

Please sign in to comment.