Removed unused construct param
This commit is contained in:
parent
2a6c844953
commit
fa45c0834d
1 changed files with 1 additions and 2 deletions
|
@ -42,9 +42,8 @@ class ResolveDiscriminatorMapListener
|
|||
*
|
||||
* @param string $originalEntity
|
||||
* @param string $newEntity
|
||||
* @param array $mapping
|
||||
*/
|
||||
public function __construct($originalEntity, $newEntity, array $mapping)
|
||||
public function __construct($originalEntity, $newEntity)
|
||||
{
|
||||
$this->resolveTargetEntities[ltrim($originalEntity, "\\")] = ltrim($newEntity, "\\");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue