mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02: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
Add a link
Reference in a new issue