diff options
Diffstat (limited to 'app/Statistics/Google/ChartBirth.php')
| -rw-r--r-- | app/Statistics/Google/ChartBirth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statistics/Google/ChartBirth.php b/app/Statistics/Google/ChartBirth.php index 482b0d7cc5..e679cd4645 100644 --- a/app/Statistics/Google/ChartBirth.php +++ b/app/Statistics/Google/ChartBirth.php @@ -57,7 +57,7 @@ class ChartBirth 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(); } |
