Standards
This commit is contained in:
parent
1fd9557ef7
commit
71cf72cc8b
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ class Group extends BaseFactory
|
|||
/** @var twitterUser entity */
|
||||
private $twitterUser;
|
||||
/** @var Database */
|
||||
private $database;
|
||||
private $dba;
|
||||
|
||||
public function __construct(LoggerInterface $logger, TwitterUser $twitteruser, Database $dba)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue