mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00:00
Unneeded constructors removed
This commit is contained in:
parent
3f6480c127
commit
b5df3cb104
8 changed files with 1 additions and 55 deletions
|
@ -25,9 +25,4 @@ final class Community extends Timeline
|
|||
{
|
||||
const LOCAL = 'local';
|
||||
const GLOBAL = 'global';
|
||||
|
||||
public function __construct(string $code = null, string $label = null, string $description = null, string $accessKey = null, string $path = null, int $uid = null, string $includeTags = null, string $excludeTags = null, string $fullTextSearch = null, int $mediaType = null, int $circle = null)
|
||||
{
|
||||
parent::__construct($code, $label, $description, $accessKey, $path, $uid, $includeTags, $excludeTags, $fullTextSearch, $mediaType, $circle);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue