mirror of
https://github.com/friendica/friendica
synced 2025-02-21 22:06:52 +00:00
Fix support for PHP 7.4
This commit is contained in:
parent
0e054cd4a0
commit
ddfdf02b34
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ final class ItemInserter
|
|||
ItemContent $itemContent,
|
||||
Activity $activity,
|
||||
LoggerInterface $logger,
|
||||
BaseURL $baseURL,
|
||||
BaseURL $baseURL
|
||||
) {
|
||||
$this->itemContent = $itemContent;
|
||||
$this->activity = $activity;
|
||||
|
|
Loading…
Add table
Reference in a new issue