mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 17:14:38 +02:00
refactor: change the way dependencies are wired (#4194)
* refactor: change the way dependencies are setup * lint
This commit is contained in:
parent
6ec9193546
commit
4faaa79101
10 changed files with 93 additions and 81 deletions
|
@ -16,6 +16,9 @@ class Debug
|
|||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use $this->logger->debug()
|
||||
*/
|
||||
public static function log($message)
|
||||
{
|
||||
$e = new \Exception();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue