mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Fix tests
This commit is contained in:
parent
b3d7dfb9a5
commit
4d7c5f5672
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class Configuration extends BaseDataTransferObject
|
||||||
StatusesConfig $statuses,
|
StatusesConfig $statuses,
|
||||||
MediaAttachmentsConfig $media_attachments,
|
MediaAttachmentsConfig $media_attachments,
|
||||||
Polls $polls,
|
Polls $polls,
|
||||||
Accounts $accounts,
|
Accounts $accounts
|
||||||
) {
|
) {
|
||||||
$this->accounts = $accounts;
|
$this->accounts = $accounts;
|
||||||
$this->statuses = $statuses;
|
$this->statuses = $statuses;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue