mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
exports: init sum_accompanying_course_duration (replace list_accompanying_course)
This commit is contained in:
@@ -19,7 +19,7 @@ use Symfony\Component\Form\FormBuilderInterface;
|
||||
use Symfony\Component\Security\Core\Role\Role;
|
||||
use Symfony\Component\Validator\Context\ExecutionContextInterface;
|
||||
|
||||
class ListAccompanyingCourse implements ListInterface, ExportElementValidatedInterface, GroupedExportInterface
|
||||
class StatAccompanyingCourseDuration implements ListInterface, ExportElementValidatedInterface, GroupedExportInterface
|
||||
{
|
||||
|
||||
/**
|
||||
@@ -35,7 +35,7 @@ class ListAccompanyingCourse implements ListInterface, ExportElementValidatedInt
|
||||
*/
|
||||
public function getTitle()
|
||||
{
|
||||
return 'List accompanying courses';
|
||||
return 'Accompanying courses duration';
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -51,7 +51,7 @@ class ListAccompanyingCourse implements ListInterface, ExportElementValidatedInt
|
||||
*/
|
||||
public function getDescription()
|
||||
{
|
||||
return 'Create a list of accompanying courses according to various filters';
|
||||
return 'Create an average of accompanying courses duration according to various filters';
|
||||
}
|
||||
|
||||
/**
|
Reference in New Issue
Block a user