From 61158d68c5e948d761bf8d24af69e65d497840c0 Mon Sep 17 00:00:00 2001 From: Marc Brillault Date: Wed, 5 Dec 2018 07:31:37 +0100 Subject: [PATCH] Changed reference to classes directory --- src/EmbedInstaller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/EmbedInstaller.php b/src/EmbedInstaller.php index 3c5edb3..c3f8b98 100644 --- a/src/EmbedInstaller.php +++ b/src/EmbedInstaller.php @@ -12,7 +12,7 @@ class EmbedInstaller private $regexpList; const CACHE_FILENAME = 'regexpCache.json'; - const DIR_NAME = '/classes'; + const DIR_NAME = '/Classes'; private function setRegexpList() { @@ -100,4 +100,4 @@ public static function getCacheFilePath() { return __DIR__ . '/' . self::CACHE_FILENAME; } -} \ No newline at end of file +}