[export] Fixed: the scope aggregator (accompanying course) group by

period's scope (and the label didn't show this)

+ extract ScopeRepository and create ScopeRepositoryInterface
This commit is contained in:
2022-10-05 14:46:03 +02:00
parent 307ed4fb1b
commit 491570a21c
4 changed files with 35 additions and 5 deletions

View File

@@ -83,6 +83,6 @@ final class ScopeAggregator implements AggregatorInterface
public function getTitle(): string
{
return 'Group by user scope';
return 'Group course by scope';
}
}