Move registerTemplateEngine() into App class

This commit is contained in:
Art4 2025-01-09 08:36:47 +00:00
parent 768d7961a6
commit 04fb9dd9e0
3 changed files with 6 additions and 14 deletions

View file

@ -22,11 +22,10 @@ interface Container
* @deprecated
*
* @param string $logChannel The Log Channel of this call
* @param bool $withTemplateEngine true, if the template engine should be set too
*
* @return void
*/
public function setup(string $logChannel = LogChannel::DEFAULT, bool $withTemplateEngine = true): void;
public function setup(string $logChannel = LogChannel::DEFAULT): void;
/**
* Returns a fully constructed object based on $name using $args and $share as constructor arguments if supplied