Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902)
This commit is contained in:
@@ -106,8 +106,7 @@ final class TeamFixtures implements TestFixture
|
||||
}
|
||||
}
|
||||
|
||||
$team = new Team();
|
||||
$team->setName('Testing: ' . uniqid());
|
||||
$team = new Team('Testing: ' . uniqid());
|
||||
$team->addTeamlead($lead);
|
||||
|
||||
if ($this->addUser) {
|
||||
|
||||
Reference in New Issue
Block a user