Deprecate Container::setup()

This commit is contained in:
Art4 2025-01-09 08:11:38 +00:00
parent 57c96b89a1
commit e899127137
2 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,8 @@ interface Container
/**
* Initialize the container with the given parameters
*
* @deprecated
*
* @param string $logChannel The Log Channel of this call
* @param bool $withTemplateEngine true, if the template engine should be set too
*

View file

@ -40,6 +40,8 @@ final class DiceContainer implements Container
/**
* Initialize the container with the given parameters
*
* @deprecated
*
* @param string $logChannel The Log Channel of this call
* @param bool $withTemplateEngine true, if the template engine should be set too
*