Skip to content

Commit

Permalink
Fix typo in Charts::registerDatasets function call.
Browse files Browse the repository at this point in the history
Signed-off-by: Sam <[email protected]>
  • Loading branch information
sampoyigi committed Jun 7, 2023
1 parent cab177a commit 47aa070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ protected function registerOrderTypes()

protected function extendDashboardChartsDatasets()
{
Charts::registertsDatase(function () {
Charts::registerDatasets(function () {
if (!ReviewSettings::get('allow_reviews', false))
return [];

Expand Down

0 comments on commit 47aa070

Please sign in to comment.