CustomReportFormat does not implement MDValueEnumInterface
This commit is contained in:
parent
830bbd1103
commit
91a3ee9c6b
|
@ -9,7 +9,7 @@ declare(strict_types = 1);
|
||||||
/**
|
/**
|
||||||
* Represents a format in which custom reports can be generated.
|
* Represents a format in which custom reports can be generated.
|
||||||
*/
|
*/
|
||||||
enum MDCustomReportFormat implements MDValueEnumInterface, JsonSerializable {
|
enum MDCustomReportFormat implements JsonSerializable {
|
||||||
|
|
||||||
case csv;
|
case csv;
|
||||||
case html;
|
case html;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user