mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
php cs fixer and phpstan
This commit is contained in:
@@ -36,8 +36,7 @@ class CountActivity implements ExportInterface, GroupedExportInterface
|
||||
public function __construct(
|
||||
EntityManagerInterface $em,
|
||||
AccompanyingCourseExportHelper $accompanyingCourseExportHelper
|
||||
|
||||
) {
|
||||
) {
|
||||
$this->repository = $em->getRepository(Activity::class);
|
||||
$this->accompanyingCourseExportHelper = $accompanyingCourseExportHelper;
|
||||
}
|
||||
|
Reference in New Issue
Block a user