1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-28 18:49:52 +02:00

[ticket/11700] Fix dbal tests after config namespace mishap

PHPBB3-11700
This commit is contained in:
Nils Adermann
2013-09-10 14:52:07 +02:00
parent 1a6202d517
commit 97012dd851
8 changed files with 33 additions and 33 deletions

View File

@@ -18,7 +18,7 @@ class phpbb_dbal_migration_dummy extends \phpbb\db\migration\migration
{
return array(
'add_columns' => array(
'\phpbb\config\config' => array(
'phpbb_config' => array(
'extra_column' => array('UINT', 1),
),
),