mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
remove ACP_SHARED Declaration
This commit is contained in:
@@ -22,8 +22,6 @@ abstract class Declarations
|
||||
|
||||
public const ACP_TYPE = 'accompanying_period';
|
||||
|
||||
public const ACP_SHARED = 'accompanying_period_shared';
|
||||
|
||||
public const SOCIAL_WORK_ACTION_TYPE = 'social_actions';
|
||||
|
||||
public const EVAL_TYPE = 'evaluation';
|
||||
|
@@ -102,7 +102,6 @@ class CountAccompanyingCourse implements ExportInterface, GroupedExportInterface
|
||||
{
|
||||
return [
|
||||
Declarations::ACP_TYPE,
|
||||
Declarations::ACP_SHARED
|
||||
];
|
||||
}
|
||||
|
||||
|
@@ -114,7 +114,7 @@ class CountPerson implements ExportInterface, GroupedExportInterface
|
||||
return [
|
||||
Declarations::PERSON_TYPE,
|
||||
Declarations::PERSON_IMPLIED_IN,
|
||||
Declarations::ACP_SHARED
|
||||
//Declarations::ACP_TYPE
|
||||
];
|
||||
}
|
||||
|
||||
|
@@ -105,7 +105,6 @@ class CountSocialWorkActions implements ExportInterface, GroupedExportInterface
|
||||
{
|
||||
return [
|
||||
Declarations::SOCIAL_WORK_ACTION_TYPE,
|
||||
Declarations::ACP_SHARED
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user