And same thing here. As you can see it is very easy to rename files and still the...
[core.git] / inc / classes / interfaces / database / middleware / class_DatabaseConnector.php
index 0b738d2ea5c2637c23be0b9240d21097283b99bb..ff62369d132c4548b3c49ad195d518f633aeb35f 100644 (file)
@@ -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 DatabaseConnector extends FrameworkDatabaseInterface {
+interface DatabaseConnector extends FrameworkDatabase {
 }
 
 // [EOF]