From d440b9a63f2cc2ddfb567a1332aa928a19212e18 Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 17 Jul 2023 01:56:13 +0200 Subject: [PATCH] Restore LoggerInterface import --- bin/daemon.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/daemon.php b/bin/daemon.php index 1f0bb7079d..317798a1dd 100755 --- a/bin/daemon.php +++ b/bin/daemon.php @@ -38,6 +38,7 @@ use Friendica\Core\Worker; use Friendica\Database\DBA; use Friendica\DI; use Friendica\Util\DateTimeFormat; +use Psr\Log\LoggerInterface; // Get options $shortopts = 'f';