Skip to content

Commit

Permalink
optimize import
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3n committed Feb 26, 2016
1 parent 844b23f commit e4c6445
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Handler/CrudHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\Form\FormInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\VarDumper\VarDumper;

/**
* @author Muhammad Surya Ihsanuddin <[email protected]>
Expand Down Expand Up @@ -356,7 +355,7 @@ function ($value) use ($associationIdentifier) {
}
));
if ($associationFields) {
$filters[] = array_merge( array(
$filters[] = array_merge(array(
'join' => true,
'join_field' => $fieldName,
'join_alias' => $this->getAlias(),
Expand Down

0 comments on commit e4c6445

Please sign in to comment.