diff options
Diffstat (limited to 'core/namespace/User/Factory.php')
-rw-r--r-- | core/namespace/User/Factory.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/namespace/User/Factory.php b/core/namespace/User/Factory.php index e352368..81930e6 100644 --- a/core/namespace/User/Factory.php +++ b/core/namespace/User/Factory.php @@ -6,4 +6,3 @@ class Factory extends \ItemFactory { return self::build(Item::getIDByField('username', $username, \Application::getDatabase())); } } -?>
\ No newline at end of file |