summaryrefslogtreecommitdiff
path: root/models/user.php
diff options
context:
space:
mode:
Diffstat (limited to 'models/user.php')
-rw-r--r--models/user.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/models/user.php b/models/user.php
index 394cf742..21c65b59 100644
--- a/models/user.php
+++ b/models/user.php
@@ -2,6 +2,8 @@
namespace Model;
+require_once __DIR__.'/base.php';
+
use \SimpleValidator\Validator;
use \SimpleValidator\Validators;