Skip to content

Commit 47aa070

Browse files
committed
Fix typo in Charts::registerDatasets function call.
Signed-off-by: Sam <[email protected]>
1 parent cab177a commit 47aa070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ protected function registerOrderTypes()
240240

241241
protected function extendDashboardChartsDatasets()
242242
{
243-
Charts::registertsDatase(function () {
243+
Charts::registerDatasets(function () {
244244
if (!ReviewSettings::get('allow_reviews', false))
245245
return [];
246246

0 commit comments

Comments
 (0)