Skip to content

Commit

Permalink
TE-5961 Refactored all ContainerInterface array access to setter.
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed May 29, 2020
1 parent 0e71cb9 commit 8ce9237
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ public function provideDependencies(Container $container): Container
*/
public function addFullTextSearchPlugins(Container $container): Container
{
$container[static::PLUGINS_FULL_TEXT_SEARCH_TAB] = function () {
$container->set(static::PLUGINS_FULL_TEXT_SEARCH_TAB, function () {
return $this->createFullTextSearchPlugins();
};
});

return $container;
}
Expand Down

0 comments on commit 8ce9237

Please sign in to comment.