mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17525] Provide Doctrine connection via dbtools
PHPBB-17525
This commit is contained in:
@@ -61,6 +61,14 @@ class doctrine implements tools_interface
|
||||
$this->connection = $connection;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Connection
|
||||
*/
|
||||
public function get_connection(): Connection
|
||||
{
|
||||
return $this->connection;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return AbstractSchemaManager
|
||||
*
|
||||
|
Reference in New Issue
Block a user