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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user