aboutsummaryrefslogtreecommitdiffstats
path: root/include/account.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/account.php')
-rw-r--r--include/account.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/account.php b/include/account.php
index 19ee42457..fce8dc514 100644
--- a/include/account.php
+++ b/include/account.php
@@ -4,9 +4,9 @@
* @brief Somme account related functions.
*/
-use Zotlabs\Entity\Registration;
use Zotlabs\Lib\Config;
use Zotlabs\Lib\Crypto;
+use Zotlabs\Data\Registration;
require_once('include/config.php');
require_once('include/network.php');