diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-02-20 23:45:06 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-02-20 23:45:33 +0000 |
| commit | afa8d40462e1d79dead77c6809a24afafdbe0e45 (patch) | |
| tree | 2c7e9f84b88cda178d53be547c545e1329229f3b /app/Statistics.php | |
| parent | 8c3e1068086a769c57e858396c1b6af7d1e52f6c (diff) | |
| download | webtrees-afa8d40462e1d79dead77c6809a24afafdbe0e45.tar.gz webtrees-afa8d40462e1d79dead77c6809a24afafdbe0e45.tar.bz2 webtrees-afa8d40462e1d79dead77c6809a24afafdbe0e45.zip | |
Conver SQL to use illuminate/database
Diffstat (limited to 'app/Statistics.php')
| -rw-r--r-- | app/Statistics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statistics.php b/app/Statistics.php index 52110acb8a..97fe419534 100644 --- a/app/Statistics.php +++ b/app/Statistics.php @@ -1621,7 +1621,7 @@ class Statistics implements /** * @inheritDoc */ - public function statsMarrAgeQuery(string $sex = 'M', int $year1 = -1, int $year2 = -1): array + public function statsMarrAgeQuery(string $sex, int $year1 = -1, int $year2 = -1): array { return $this->familyRepository->statsMarrAgeQuery($sex, $year1, $year2); } |
