Skip to content
Snippets Groups Projects
Commit 657b599e authored by Benni Mack's avatar Benni Mack Committed by Wouter Wolters
Browse files

[TASK] Remove unused property in Package object

The protected property $classAliases is removed as it is
not used at all.

Resolves: #79111
Releases: master
Change-Id: Id2ce41ac2d5d89c1059f86bd3754e7121465abba
Reviewed-on: https://review.typo3.org/51062


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent 5064bf9c
Branches
Tags
No related merge requests found
......@@ -27,11 +27,6 @@ class Package implements PackageInterface
*/
protected $extensionManagerConfiguration = [];
/**
* @var array
*/
protected $classAliases;
/**
* If this package is part of factory default, it will be activated
* during first installation.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment