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

[ticket/15987] Add container extension to support tables "array access"

PHPBB3-15987
This commit is contained in:
Marc Alexander
2019-05-05 17:23:16 +02:00
parent fe04f59ca2
commit 9c1baf0fd7
2 changed files with 60 additions and 1 deletions

View File

@@ -158,7 +158,10 @@ class container_builder
}
else
{
$this->container_extensions = array(new extension\core($this->get_config_path()));
$this->container_extensions = [
new extension\core($this->get_config_path()),
new extension\tables(),
];
if ($this->use_extensions)
{