Skip to content

Commit

Permalink
merge adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Jan 9, 2024
1 parent 06ea5ac commit 24b0c32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/EntityFinder/EntityFinderHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
namespace HeimrichHannot\UtilsBundle\EntityFinder;

use Contao\CoreBundle\Framework\ContaoFramework;
use Contao\Database;
use Contao\Model\Collection;
use Contao\ModuleModel;
use Contao\Validator;
use HeimrichHannot\UtilsBundle\Util\Utils;

class EntityFinderHelper
Expand All @@ -20,7 +22,6 @@ public function __construct(
private ContaoFramework $framework,
)
{
$this->databaseUtil = $databaseUtil;
}

/**
Expand Down

0 comments on commit 24b0c32

Please sign in to comment.