mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
Replace call for Logger with DI::logger() in twitter addon
This commit is contained in:
parent
a7b26f6453
commit
e4d14cab62
2 changed files with 16 additions and 16 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
use Friendica\Core\Hook;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\DI;
|
||||
use thiagoalessio\TesseractOCR\TesseractOCR;
|
||||
|
||||
require_once __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue