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.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/namespace/User/Factory.php b/core/namespace/User/Factory.php
index 80e6b49..e352368 100644
--- a/core/namespace/User/Factory.php
+++ b/core/namespace/User/Factory.php
@@ -2,10 +2,6 @@
namespace User;
class Factory extends \ItemFactory {
- public static function buildBySlug($slug): \Item {
- return self::build(Item::getIDByField('slug', $slug, \Application::getDatabase()));
- }
-
public static function buildByUsername($username): \Item {
return self::build(Item::getIDByField('username', $username, \Application::getDatabase()));
}