diff --git a/src/Element/Dashboard/ReportDefinition.php b/src/Element/Dashboard/ReportDefinition.php new file mode 100644 index 000000000..06fb2e68c --- /dev/null +++ b/src/Element/Dashboard/ReportDefinition.php @@ -0,0 +1,40 @@ +displayAs('static') + ; + } + + /** + * displayAs type for this field + */ + public function displayAs(string $type): ReportDefinition + { + $this->type($type); + + return $this; + } +}