From c91478324624c5be89c6276f7eed5c78bd912351 Mon Sep 17 00:00:00 2001 From: Leonard Smith Date: Fri, 21 May 2021 10:07:25 -0500 Subject: [PATCH] Change gwt folder to en_gwt --- app/Handlers/LexiconEntryImportHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Handlers/LexiconEntryImportHandler.php b/app/Handlers/LexiconEntryImportHandler.php index 1262ad9..2418b18 100644 --- a/app/Handlers/LexiconEntryImportHandler.php +++ b/app/Handlers/LexiconEntryImportHandler.php @@ -14,7 +14,7 @@ class LexiconEntryImportHandler { use LexiconEntryTrait; - const REPO_FOLDER = '/gwt/'; + const REPO_FOLDER = '/en_gwt/'; public function run() : void {