chore: php cs fix - remove ILogger use

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2025-06-25 10:27:45 -04:00 committed by GitHub
parent 002de3c067
commit 244b361f76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,6 @@
namespace OC\Log;
use OC\SystemConfig;
use OCP\ILogger;
use OCP\Log\IFileBased;
use OCP\Log\IWriter;