@@ -38,7 +38,7 @@ |
||
| 38 | 38 | public function build(ActionConfiguration $configuration) |
| 39 | 39 | { |
| 40 | 40 | if (true !== $this->isFilterFormRequired($configuration)) { |
| 41 | - return null; |
|
| 41 | + return null; |
|
| 42 | 42 | } |
| 43 | 43 | // retrieve the filters from the Action configuration |
| 44 | 44 | $filters = $configuration->getParameter('filters'); |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace LAG\AdminBundle\Action\Configuration; |
| 4 | 4 | |
| 5 | 5 | use Exception; |
| 6 | -use LAG\AdminBundle\Admin\AdminInterface; |
|
| 7 | 6 | |
| 8 | 7 | class ConfigurationException extends Exception |
| 9 | 8 | { |