1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-30 21:30:14 +02:00

refactor: change the way dependencies are wired (#4194)

* refactor: change the way dependencies are setup

* lint
This commit is contained in:
Dag
2024-08-07 03:15:43 +02:00
committed by GitHub
parent 6ec9193546
commit 4faaa79101
10 changed files with 93 additions and 81 deletions

View File

@@ -16,6 +16,9 @@ class Debug
return false;
}
/**
* @deprecated Use $this->logger->debug()
*/
public static function log($message)
{
$e = new \Exception();