Skip to content

Commit

Permalink
adjust class deps, prepared 2.234.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Jan 9, 2024
1 parent fd0ef32 commit 8e361a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [2.234.0] - 2024-01-09
- Added: find*ByInserttag methods to EntityFinderHelper
- Changed: find articles by inserttags for html modules and content element in EntityFinder command

## [2.233.1] - 2023-12-19
- Fixed: mce issue in FormUtil

Expand Down
7 changes: 1 addition & 6 deletions src/EntityFinder/EntityFinderHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,10 @@ class EntityFinderHelper
* @var Utils
*/
private $utils;
/**
* @var Connection
*/
private $connection;

public function __construct(Utils $utils, Connection $connection)
public function __construct(Utils $utils)
{
$this->utils = $utils;
$this->connection = $connection;
}

/**
Expand Down

0 comments on commit 8e361a5

Please sign in to comment.