mirror of
https://github.com/friendica/friendica
synced 2025-01-19 19:39:47 +00:00
Deprecate Container::setup()
This commit is contained in:
parent
57c96b89a1
commit
e899127137
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue