aboutsummaryrefslogtreecommitdiff
path: root/app/Http/Controllers
diff options
context:
space:
mode:
authorCamil Staps2020-01-03 20:33:39 +0100
committerCamil Staps2020-01-03 20:33:39 +0100
commit46946cf8a663c66503485411773bdb3388939c58 (patch)
tree6c976718412a1d0a446b3670df16e7e782093409 /app/Http/Controllers
parentPlace buttons beneath each other (diff)
Rename HebrewParseTrainer namespace to LuoParseTrainer
Diffstat (limited to 'app/Http/Controllers')
-rw-r--r--app/Http/Controllers/FormController.php4
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;