Skip to content

Commit

Permalink
Create SearchListener.php
Browse files Browse the repository at this point in the history
This allows users to continue using the SearchListener as is.
  • Loading branch information
josegonzalez committed Feb 14, 2016
1 parent 1e0f717 commit 0818f1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Listener/SearchListener.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php
namespace CrudView\Listener;

use CrudView\Listener\ViewSearchListener;

class SearchListener extends ViewSearchListener
{
}

0 comments on commit 0818f1c

Please sign in to comment.