summaryrefslogtreecommitdiff
path: root/resources/views/modules
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-01-30 17:41:09 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-01-30 18:14:38 +0000
commit9219296a1acfac69c7d7f13505951ddeee5f8899 (patch)
treedbce3b199912b6c9450bb93492f5b900134c4570 /resources/views/modules
parent5bdbe281716f5b59896b1aae8ba03e4572b315bb (diff)
downloadwebtrees-9219296a1acfac69c7d7f13505951ddeee5f8899.tar.gz
webtrees-9219296a1acfac69c7d7f13505951ddeee5f8899.tar.bz2
webtrees-9219296a1acfac69c7d7f13505951ddeee5f8899.zip
Use dependency injection for Statistics class
Diffstat (limited to 'resources/views/modules')
-rw-r--r--resources/views/modules/statistics-chart/families.phtml2
-rw-r--r--resources/views/modules/statistics-chart/individuals.phtml2
-rw-r--r--resources/views/modules/statistics-chart/other.phtml2
3 files changed, 3 insertions, 3 deletions
diff --git a/resources/views/modules/statistics-chart/families.phtml b/resources/views/modules/statistics-chart/families.phtml
index dbbab97f21..84a2753750 100644
--- a/resources/views/modules/statistics-chart/families.phtml
+++ b/resources/views/modules/statistics-chart/families.phtml
@@ -1,5 +1,5 @@
<?php
-/** @var \Fisharebest\Webtrees\Stats $stats */
+/** @var \Fisharebest\Webtrees\Statistics $stats */
?>
<div class="container pt-3">
diff --git a/resources/views/modules/statistics-chart/individuals.phtml b/resources/views/modules/statistics-chart/individuals.phtml
index 9fadb3c699..71b550881c 100644
--- a/resources/views/modules/statistics-chart/individuals.phtml
+++ b/resources/views/modules/statistics-chart/individuals.phtml
@@ -1,7 +1,7 @@
<?php use Fisharebest\Webtrees\I18N; ?>
<?php
-/** @var \Fisharebest\Webtrees\Stats $stats */
+/** @var \Fisharebest\Webtrees\Statistics $stats */
?>
<div class="container pt-3">
diff --git a/resources/views/modules/statistics-chart/other.phtml b/resources/views/modules/statistics-chart/other.phtml
index d6e374e4a0..d20f54ed63 100644
--- a/resources/views/modules/statistics-chart/other.phtml
+++ b/resources/views/modules/statistics-chart/other.phtml
@@ -1,5 +1,5 @@
<?php
-/** @var \Fisharebest\Webtrees\Stats $stats */
+/** @var \Fisharebest\Webtrees\Statistics $stats */
?>
<div class="container pt-3">