mirror of
https://github.com/friendica/friendica
synced 2025-02-22 10:38:13 +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,
|
ItemContent $itemContent,
|
||||||
Activity $activity,
|
Activity $activity,
|
||||||
LoggerInterface $logger,
|
LoggerInterface $logger,
|
||||||
BaseURL $baseURL,
|
BaseURL $baseURL
|
||||||
) {
|
) {
|
||||||
$this->itemContent = $itemContent;
|
$this->itemContent = $itemContent;
|
||||||
$this->activity = $activity;
|
$this->activity = $activity;
|
||||||
|
|
Loading…
Add table
Reference in a new issue