mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/migrations] Update phpbb_db_migrator class for PHP 5.3.3
PHPBB3-9737
This commit is contained in:
parent
ced035788b
commit
61debcf14c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class phpbb_db_migrator
|
|||
*
|
||||
* @param \Symfony\Component\DependencyInjection\ContainerInterface $container Container supplying dependencies
|
||||
*/
|
||||
public function phpbb_db_migrator(\Symfony\Component\DependencyInjection\ContainerInterface $container, $migrations)
|
||||
public function __construct(\Symfony\Component\DependencyInjection\ContainerInterface $container, $migrations)
|
||||
{
|
||||
$this->container = $container;
|
||||
$this->db = $this->container->get('dbal.conn');
|
||||
|
|
Loading…
Add table
Reference in a new issue