@@ -43,7 +43,7 @@ |
||
43 | 43 | { |
44 | 44 | use ModuleChartTrait; |
45 | 45 | |
46 | - protected const ROUTE_URL = '/tree/{tree}/compact/{xref}'; |
|
46 | + protected const ROUTE_URL = '/tree/{tree}/compact/{xref}'; |
|
47 | 47 | |
48 | 48 | /** @var ChartService */ |
49 | 49 | private $chart_service; |
@@ -45,7 +45,7 @@ |
||
45 | 45 | { |
46 | 46 | use ModuleChartTrait; |
47 | 47 | |
48 | - protected const ROUTE_URL = '/tree/{tree}/hourglass-{generations}-{spouses}/{xref}'; |
|
48 | + protected const ROUTE_URL = '/tree/{tree}/hourglass-{generations}-{spouses}/{xref}'; |
|
49 | 49 | |
50 | 50 | // Defaults |
51 | 51 | private const DEFAULT_GENERATIONS = '3'; |
@@ -45,7 +45,7 @@ |
||
45 | 45 | { |
46 | 46 | use ModuleChartTrait; |
47 | 47 | |
48 | - protected const ROUTE_URL = '/tree/{tree}/ancestors-{style}-{generations}/{xref}'; |
|
48 | + protected const ROUTE_URL = '/tree/{tree}/ancestors-{style}-{generations}/{xref}'; |
|
49 | 49 | |
50 | 50 | // Chart styles |
51 | 51 | public const CHART_STYLE_TREE = 'tree'; |
@@ -46,7 +46,7 @@ |
||
46 | 46 | { |
47 | 47 | use ModuleChartTrait; |
48 | 48 | |
49 | - protected const ROUTE_URL = '/tree/{tree}/lifespans'; |
|
49 | + protected const ROUTE_URL = '/tree/{tree}/lifespans'; |
|
50 | 50 | |
51 | 51 | // Defaults |
52 | 52 | protected const DEFAULT_PARAMETERS = []; |