summaryrefslogtreecommitdiff
path: root/html/app/models/user
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-13 00:46:14 +0200
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-13 00:46:14 +0200
commit33266244e8c75c29f31dd5dce756e55fb10a0b9b (patch)
tree15d4de966a191b5d1b1b9e375eba5ae4f57044b6 /html/app/models/user
parent7aa203150fc1a2ec79c681c13f0d486d531746eb (diff)
downloadclassroom-33266244e8c75c29f31dd5dce756e55fb10a0b9b.tar.gz
classroom-33266244e8c75c29f31dd5dce756e55fb10a0b9b.tar.bz2
classroom-33266244e8c75c29f31dd5dce756e55fb10a0b9b.zip
hot-fix on validate namespace
Diffstat (limited to 'html/app/models/user')
-rw-r--r--html/app/models/user/Validate_model.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/app/models/user/Validate_model.php b/html/app/models/user/Validate_model.php
index ec60d72..16ad70a 100644
--- a/html/app/models/user/Validate_model.php
+++ b/html/app/models/user/Validate_model.php
@@ -1,6 +1,6 @@
<?php
-namespace app\models;
+namespace app\models\user;
use \Registry;