mirror of
https://github.com/friendica/friendica
synced 2025-04-27 10:30:10 +00:00
Move setupContainerForLogger() and determine log channel into App class
This commit is contained in:
parent
870b3b9a1c
commit
7f643aadd8
4 changed files with 36 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue