mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 09:34:26 +02:00
Move registerTemplateEngine() into App class
This commit is contained in:
parent
768d7961a6
commit
04fb9dd9e0
3 changed files with 6 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue