1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/12282] Update new references

PHPBB3-12282
This commit is contained in:
Joas Schilling
2014-04-01 19:19:52 +02:00
parent fd462bfd15
commit 3656fa3026
2 changed files with 3 additions and 3 deletions

View File

@@ -321,7 +321,7 @@ class phpbb_database_test_connection_manager
* Compile the correct schema filename (as per create_schema_files) and
* load it into the database.
*/
protected function load_schema_from_file($directory, \phpbb\db\driver\driver $db)
protected function load_schema_from_file($directory, \phpbb\db\driver\driver_interface $db)
{
$schema = $this->dbms['SCHEMA'];