Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Nov 6, 2024
1 parent 7662e28 commit 22990b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Element/Dash/ReportDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @method ReportDefinition icon(string $icon) icon specifies an icon name for this report
* @method ReportDefinition dimension(string $dimension) dimension name
* @method ReportDefinition dataSource(string $dataSource) dataSource class name for obtaining report data
* @method ReportDefinition widgetClass(string $widgetClass) widgetClass class name for the report widget
* @method ReportDefinition widget(string $widget) widget code or class name for the report widget
* @method ReportDefinition metrics(array $metrics) metrics to display with the report
* @method ReportDefinition dateStart(string $dateStart) dateStart
* @method ReportDefinition dateEnd(string $dateEnd) dateEnd
Expand Down

0 comments on commit 22990b6

Please sign in to comment.