Move setupContainerForLogger() and determine log channel into App class

This commit is contained in:
Art4 2025-01-09 10:13:33 +00:00
parent 870b3b9a1c
commit 7f643aadd8
4 changed files with 36 additions and 23 deletions

View file

@ -19,11 +19,9 @@ interface Container
*
* @deprecated
*
* @param string $logChannel The Log Channel of this call
*
* @return void
*/
public function setup(string $logChannel): void;
public function setup(): void;
/**
* Returns a fully constructed object based on $name using $args and $share as constructor arguments if supplied