* 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 BookablePointsWrapper extends FrameworkInterface {
+interface BookablePointsWrapper extends DatabaseWrapper {
/**
* Inserts the given points for the given user in the database
*
* 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
*