Skip to content

Commit

Permalink
Update and rename SearchListener.php to ViewSearchListener.php
Browse files Browse the repository at this point in the history
This avoids classname collisions caused by how the Crud plugin references listeners.
  • Loading branch information
josegonzalez committed Feb 14, 2016
1 parent e82c7b3 commit 1e0f717
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Cake\Utility\Inflector;
use Crud\Listener\BaseListener;

class SearchListener extends BaseListener
class ViewSearchListener extends BaseListener
{

/**
Expand Down

0 comments on commit 1e0f717

Please sign in to comment.