mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Fix coding style in Object/Api/Mastodon/Instance
This commit is contained in:
parent
186b82d71d
commit
56e7b05d99
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class Instance extends BaseDataTransferObject
|
|||
protected bool $invites_enabled;
|
||||
protected Configuration $configuration;
|
||||
protected ?Account $contact_account = null;
|
||||
protected array $rules = [];
|
||||
protected array $rules = [];
|
||||
|
||||
public function __construct(IManageConfigValues $config, BaseURL $baseUrl, Database $database, Configuration $configuration, ?Account $contact_account, array $rules)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue