mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-24 06:49:34 +00:00
remove usage of deprecated Role into Export
This commit is contained in:
@@ -20,7 +20,7 @@ use Symfony\Component\Security\Core\Role\Role;
|
||||
|
||||
class MonthYearAggregator implements AggregatorInterface
|
||||
{
|
||||
public function addRole(): ?Role
|
||||
public function addRole(): ?string
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user