aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/User/Factory.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/namespace/User/Factory.php')
-rw-r--r--core/namespace/User/Factory.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/namespace/User/Factory.php b/core/namespace/User/Factory.php
deleted file mode 100644
index 81930e6..0000000
--- a/core/namespace/User/Factory.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-namespace User;
-
-class Factory extends \ItemFactory {
- public static function buildByUsername($username): \Item {
- return self::build(Item::getIDByField('username', $username, \Application::getDatabase()));
- }
-}