diff options
| author | Rico Sonntag <mail@ricosonntag.de> | 2019-02-06 14:04:42 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-02-12 09:05:08 +0000 |
| commit | 88de55fda5bcccfc1527a19eaa4a245e17861255 (patch) | |
| tree | be38be9cd678436332dc2b2560ae31ca3922d51a /resources/views/modules/statistics-chart/other.phtml | |
| parent | 3596348a22b198a8682758420bc71ce601bb1058 (diff) | |
| download | webtrees-88de55fda5bcccfc1527a19eaa4a245e17861255.tar.gz webtrees-88de55fda5bcccfc1527a19eaa4a245e17861255.tar.bz2 webtrees-88de55fda5bcccfc1527a19eaa4a245e17861255.zip | |
Update google charts
Diffstat (limited to 'resources/views/modules/statistics-chart/other.phtml')
| -rw-r--r-- | resources/views/modules/statistics-chart/other.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/views/modules/statistics-chart/other.phtml b/resources/views/modules/statistics-chart/other.phtml index d20f54ed63..c681580a1b 100644 --- a/resources/views/modules/statistics-chart/other.phtml +++ b/resources/views/modules/statistics-chart/other.phtml @@ -1,4 +1,6 @@ <?php +declare(strict_types=1); + /** @var \Fisharebest\Webtrees\Statistics $stats */ ?> |
