diff options
author | Camil Staps | 2020-01-03 20:33:39 +0100 |
---|---|---|
committer | Camil Staps | 2020-01-03 20:33:39 +0100 |
commit | 46946cf8a663c66503485411773bdb3388939c58 (patch) | |
tree | 6c976718412a1d0a446b3670df16e7e782093409 /app/Http/Controllers/FormController.php | |
parent | Place buttons beneath each other (diff) |
Rename HebrewParseTrainer namespace to LuoParseTrainer
Diffstat (limited to 'app/Http/Controllers/FormController.php')
-rw-r--r-- | app/Http/Controllers/FormController.php | 4 |
1 files changed, 2 insertions, 2 deletions
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; |