From 46946cf8a663c66503485411773bdb3388939c58 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 3 Jan 2020 20:33:39 +0100 Subject: Rename HebrewParseTrainer namespace to LuoParseTrainer --- app/Http/Controllers/FormController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Http') diff --git a/app/Http/Controllers/FormController.php b/app/Http/Controllers/FormController.php index a860363..0fc62fe 100644 --- a/app/Http/Controllers/FormController.php +++ b/app/Http/Controllers/FormController.php @@ -18,8 +18,8 @@ */ namespace App\Http\Controllers; -use HebrewParseTrainer\Form; -use HebrewParseTrainer\RandomLog; +use LuoParseTrainer\Form; +use LuoParseTrainer\RandomLog; use Illuminate\Http\Request; use Illuminate\Support\Facades\Auth; -- cgit v1.2.3