Skip to content

Commit

Permalink
Merge pull request #3 from PackageFactory/mficzel-patch-1
Browse files Browse the repository at this point in the history
Do not use removed PackageManagerInterface
  • Loading branch information
mficzel authored Jun 28, 2021
2 parents a495c9f + cf3d764 commit a9ef014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Fusion/HyphenateImplementation.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Neos\Flow\Annotations as Flow;
use Neos\Flow\Utility\Environment;
use Neos\Flow\I18n\Service as LocalizationService;
use Neos\Flow\Package\PackageManagerInterface;
use Neos\Flow\Package\PackageManager;
use Neos\Utility\Files;
use Neos\Fusion\FusionObjects\AbstractFusionObject;
use Vanderlee\Syllable\Hyphen;
Expand All @@ -20,7 +20,7 @@ class HyphenateImplementation extends AbstractFusionObject

/**
* @Flow\Inject
* @var PackageManagerInterface
* @var PackageManager
*/
protected $packageManager;

Expand Down

0 comments on commit a9ef014

Please sign in to comment.