From 6250627254850d4ee910f62373bd85836e1799e8 Mon Sep 17 00:00:00 2001 From: Leonard Smith Date: Fri, 21 May 2021 07:52:42 -0500 Subject: [PATCH] Remove unneeded ref to BookXmlFilesTrait --- app/Handlers/LexiconHandler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Handlers/LexiconHandler.php b/app/Handlers/LexiconHandler.php index e6270fd..b7d224a 100644 --- a/app/Handlers/LexiconHandler.php +++ b/app/Handlers/LexiconHandler.php @@ -2,7 +2,6 @@ namespace App\Handlers; use Illuminate\Support\Facades\URL; -use App\Helpers\Traits\BookXmlFilesTrait; /** * LexiconHandler.php *