summaryrefslogtreecommitdiff
path: root/app/Family.php
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2019-01-04 23:01:39 +0100
committerGreg Roach <fisharebest@gmail.com>2019-01-04 22:01:39 +0000
commit626306381557d35e2f58a67737968d3c5a424db2 (patch)
treefee07cf305c9d8c677e2807d6a72fa5065c937cb /app/Family.php
parentfcd9055807977fe0964e09f6dda4be4b367bc62c (diff)
downloadwebtrees-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.php2
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;