]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/database/wrapper/class_ManageableAccountWrapper.php
Updated copyright:
[core.git] / inc / classes / interfaces / database / wrapper / class_ManageableAccountWrapper.php
index e4b14d5d370e7c7732d4aaef25fdd23d8ea0fad8..ec9126ddb28d238e8b606415e6edd5baa7af6cdc 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for wrapper handling manageable accounts
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-interface ManageableAccountWrapper extends FrameworkInterface {
+interface ManageableAccountWrapper extends DatabaseWrapper {
        /**
         * Handles inserting the registration data from a registration instance into the database
         *