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 | |
parent | Place buttons beneath each other (diff) |
Rename HebrewParseTrainer namespace to LuoParseTrainer
Diffstat (limited to 'app')
-rw-r--r-- | app/Form.php | 2 | ||||
-rw-r--r-- | app/Http/Controllers/FormController.php | 4 | ||||
-rw-r--r-- | app/Mode.php | 2 | ||||
-rw-r--r-- | app/RandomLog.php | 2 | ||||
-rw-r--r-- | app/Tense.php | 2 |
5 files changed, 6 insertions, 6 deletions
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 <http://www.gnu.org/licenses/>. */ -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 <http://www.gnu.org/licenses/>. */ -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 <http://www.gnu.org/licenses/>. */ -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 <http://www.gnu.org/licenses/>. */ -namespace HebrewParseTrainer; +namespace LuoParseTrainer; use Illuminate\Database\Eloquent\Model; |