From 47aa07036c0d12f5e854231be3b2729cd0a90e98 Mon Sep 17 00:00:00 2001 From: Sam <6567634+sampoyigi@users.noreply.github.com> Date: Wed, 7 Jun 2023 17:27:49 +0100 Subject: [PATCH] Fix typo in Charts::registerDatasets function call. Signed-off-by: Sam <6567634+sampoyigi@users.noreply.github.com> --- Extension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension.php b/Extension.php index 1b3982b..d04ccba 100644 --- a/Extension.php +++ b/Extension.php @@ -240,7 +240,7 @@ protected function registerOrderTypes() protected function extendDashboardChartsDatasets() { - Charts::registertsDatase(function () { + Charts::registerDatasets(function () { if (!ReviewSettings::get('allow_reviews', false)) return [];