Skip to content

Commit

Permalink
Merge pull request #35 from MarcBrillault/MarcBrillault-patch-1
Browse files Browse the repository at this point in the history
Changed reference to classes directory
  • Loading branch information
MarcBrillault authored Dec 5, 2018
2 parents 67c2af4 + 61158d6 commit 774d1e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EmbedInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class EmbedInstaller
private $regexpList;

const CACHE_FILENAME = 'regexpCache.json';
const DIR_NAME = '/classes';
const DIR_NAME = '/Classes';

private function setRegexpList()
{
Expand Down Expand Up @@ -100,4 +100,4 @@ public static function getCacheFilePath()
{
return __DIR__ . '/' . self::CACHE_FILENAME;
}
}
}

0 comments on commit 774d1e5

Please sign in to comment.