|
@@ -1,9 +1,9 @@
|
|
|
<?php
|
|
|
|
|
|
/*
|
|
|
- * This file is part of the Symfony package.
|
|
|
+ * This file is part of the Sonata package.
|
|
|
*
|
|
|
- * (c) Fabien Potencier <fabien@symfony.com>
|
|
|
+ * (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
|
|
|
*
|
|
|
* For the full copyright and license information, please view the LICENSE
|
|
|
* file that was distributed with this source code.
|
|
@@ -17,6 +17,9 @@ use Sonata\AdminBundle\Admin\Pool;
|
|
|
use Sonata\AdminBundle\Filter\FilterInterface;
|
|
|
use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
|
|
|
|
|
|
+/**
|
|
|
+ * @author Thomas Rabaix <thomas.rabaix@sonata-project.org>
|
|
|
+ */
|
|
|
class SearchHandler
|
|
|
{
|
|
|
protected $pool;
|
|
@@ -65,4 +68,4 @@ class SearchHandler
|
|
|
|
|
|
return $pager;
|
|
|
}
|
|
|
-}
|
|
|
+}
|