diff options
| author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2019-01-04 23:01:39 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2019-01-04 22:01:39 +0000 |
| commit | 626306381557d35e2f58a67737968d3c5a424db2 (patch) | |
| tree | fee07cf305c9d8c677e2807d6a72fa5065c937cb /app/Family.php | |
| parent | fcd9055807977fe0964e09f6dda4be4b367bc62c (diff) | |
| download | webtrees-626306381557d35e2f58a67737968d3c5a424db2.tar.gz webtrees-626306381557d35e2f58a67737968d3c5a424db2.tar.bz2 webtrees-626306381557d35e2f58a67737968d3c5a424db2.zip | |
Scrutinizer Auto-Fixes (#2097)
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'app/Family.php')
| -rw-r--r-- | app/Family.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Family.php b/app/Family.php index 550e8c5c57..7e469b0b5a 100644 --- a/app/Family.php +++ b/app/Family.php @@ -26,7 +26,7 @@ class Family extends GedcomRecord { public const RECORD_TYPE = 'FAM'; - protected const ROUTE_NAME = 'family'; + protected const ROUTE_NAME = 'family'; /** @var Individual|null The husband (or first spouse for same-sex couples) */ private $husb; |
