Skip to content

Commit

Permalink
TASK: Use languages from vanderlee.syllable
Browse files Browse the repository at this point in the history
  • Loading branch information
grebaldi committed Aug 9, 2017
1 parent 4e6ac5a commit 684723a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Classes/Fusion/HyphenateImplementation.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ public function getThreshold()

public function evaluate()
{
$package = $this->packageManager->getPackage('PackageFactory.Hyphenate');
$package = $this->packageManager->getPackage('vanderlee.syllable');
$languagesDirectory = Files::concatenatePaths([
$package->getResourcesPath(),
'Private/Languages'
$package->getPackagePath(),
'languages'
]);
$cacheDirectory = Files::concatenatePaths([
$this->environment->getPathToTemporaryDirectory(),
Expand Down

0 comments on commit 684723a

Please sign in to comment.