mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
Standards
This commit is contained in:
parent
1fd9557ef7
commit
71cf72cc8b
1 changed files with 2 additions and 2 deletions
|
@ -32,14 +32,14 @@ class Group extends BaseFactory
|
|||
/** @var twitterUser entity */
|
||||
private $twitterUser;
|
||||
/** @var Database */
|
||||
private $database;
|
||||
private $dba;
|
||||
|
||||
public function __construct(LoggerInterface $logger, TwitterUser $twitteruser, Database $dba)
|
||||
{
|
||||
parent::__construct($logger);
|
||||
|
||||
$this->twitterUser = $twitteruser;
|
||||
$this->dba = $dba;
|
||||
$this->dba = $dba;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue