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/Form.php                            | 2 +-
 app/Http/Controllers/FormController.php | 4 ++--
 app/Mode.php                            | 2 +-
 app/RandomLog.php                       | 2 +-
 app/Tense.php                           | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)
(limited to 'app')
diff --git a/app/Form.php b/app/Form.php
index 767c122..73b5ce9 100644
--- a/app/Form.php
+++ b/app/Form.php
@@ -16,7 +16,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see .
  */
-namespace HebrewParseTrainer;
+namespace LuoParseTrainer;
 
 use Illuminate\Database\Eloquent\Model;
 
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;
diff --git a/app/Mode.php b/app/Mode.php
index f7739fd..19bd1fc 100644
--- a/app/Mode.php
+++ b/app/Mode.php
@@ -16,7 +16,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see .
  */
-namespace HebrewParseTrainer;
+namespace LuoParseTrainer;
 
 use Illuminate\Database\Eloquent\Model;
 
diff --git a/app/RandomLog.php b/app/RandomLog.php
index 8ba2889..c0d22a8 100644
--- a/app/RandomLog.php
+++ b/app/RandomLog.php
@@ -16,7 +16,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see .
  */
-namespace HebrewParseTrainer;
+namespace LuoParseTrainer;
 
 use Illuminate\Database\Eloquent\Model;
 
diff --git a/app/Tense.php b/app/Tense.php
index b337eff..37097cf 100644
--- a/app/Tense.php
+++ b/app/Tense.php
@@ -16,7 +16,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see .
  */
-namespace HebrewParseTrainer;
+namespace LuoParseTrainer;
 
 use Illuminate\Database\Eloquent\Model;
 
-- 
cgit v1.2.3