From: Roland Häder Date: Thu, 7 Feb 2013 20:13:12 +0000 (+0000) Subject: Added generic wrapper (next commit) X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=282b71b4d81f665e9e5a1cd9d881dca96e0d8b03 Added generic wrapper (next commit) --- diff --git a/inc/classes/interfaces/database/wrapper/class_BookablePointsWrapper.php b/inc/classes/interfaces/database/wrapper/class_BookablePointsWrapper.php index 94ff1e29..a79f2143 100644 --- a/inc/classes/interfaces/database/wrapper/class_BookablePointsWrapper.php +++ b/inc/classes/interfaces/database/wrapper/class_BookablePointsWrapper.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -interface BookablePointsWrapper extends FrameworkInterface { +interface BookablePointsWrapper extends DatabaseWrapper { /** * Inserts the given points for the given user in the database * diff --git a/inc/classes/interfaces/database/wrapper/class_ManageableAccountWrapper.php b/inc/classes/interfaces/database/wrapper/class_ManageableAccountWrapper.php index df7e115d..276cb297 100644 --- a/inc/classes/interfaces/database/wrapper/class_ManageableAccountWrapper.php +++ b/inc/classes/interfaces/database/wrapper/class_ManageableAccountWrapper.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -interface ManageableAccountWrapper extends FrameworkInterface { +interface ManageableAccountWrapper extends DatabaseWrapper { /** * Handles inserting the registration data from a registration instance into the database *