diff options
Diffstat (limited to 'app/Statistics/Google/ChartDivorce.php')
| -rw-r--r-- | app/Statistics/Google/ChartDivorce.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statistics/Google/ChartDivorce.php b/app/Statistics/Google/ChartDivorce.php index 8878329793..68b9444232 100644 --- a/app/Statistics/Google/ChartDivorce.php +++ b/app/Statistics/Google/ChartDivorce.php @@ -57,7 +57,7 @@ class ChartDivorce public function __construct(Tree $tree) { $this->tree = $tree; - $this->theme = app()->make(ModuleThemeInterface::class); + $this->theme = app(ModuleThemeInterface::class); $this->century_service = new CenturyService(); $this->color_service = new ColorService(); } |
