diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-09-29 23:07:33 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-09-29 23:36:07 +0100 |
| commit | 3976b4703df669696105ed6b024b96d433c8fbdb (patch) | |
| tree | 77d0e9f73345461991530623e82bfe12900644a3 /app/Module/StatisticsChartModule.php | |
| parent | 57ab22314b2599feb432b1a1ed71643cfc2f0452 (diff) | |
| download | webtrees-3976b4703df669696105ed6b024b96d433c8fbdb.tar.gz webtrees-3976b4703df669696105ed6b024b96d433c8fbdb.tar.bz2 webtrees-3976b4703df669696105ed6b024b96d433c8fbdb.zip | |
PSR12
Diffstat (limited to 'app/Module/StatisticsChartModule.php')
| -rw-r--r-- | app/Module/StatisticsChartModule.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Module/StatisticsChartModule.php b/app/Module/StatisticsChartModule.php index 5cf1943612..12bac4917d 100644 --- a/app/Module/StatisticsChartModule.php +++ b/app/Module/StatisticsChartModule.php @@ -1,4 +1,5 @@ <?php + /** * webtrees: online genealogy * Copyright (C) 2019 webtrees development team @@ -25,6 +26,7 @@ use Fisharebest\Webtrees\Statistics; use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\ServerRequestInterface; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; + use function app; use function array_key_exists; use function array_keys; |
