summaryrefslogtreecommitdiff
path: root/app/Statistics/Google/ChartCommonGiven.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Statistics/Google/ChartCommonGiven.php')
-rw-r--r--app/Statistics/Google/ChartCommonGiven.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statistics/Google/ChartCommonGiven.php b/app/Statistics/Google/ChartCommonGiven.php
index c9f3a7e700..ea710ba8cf 100644
--- a/app/Statistics/Google/ChartCommonGiven.php
+++ b/app/Statistics/Google/ChartCommonGiven.php
@@ -41,7 +41,7 @@ class ChartCommonGiven
*/
public function __construct()
{
- $this->theme = app()->make(ModuleThemeInterface::class);
+ $this->theme = app(ModuleThemeInterface::class);
$this->color_service = new ColorService();
}