@@ -60,7 +60,7 @@ |
||
60 | 60 | $tree = $this->tree_service->all()->get($ged); |
61 | 61 | |
62 | 62 | if ($tree instanceof Tree && $action === 'run') { |
63 | - $query = $request->getQueryParams(); |
|
63 | + $query = $request->getQueryParams(); |
|
64 | 64 | $query['report'] = basename(dirname($query['report'] ?? '')); |
65 | 65 | $query['tree'] = $tree->name(); |
66 | 66 |
@@ -50,7 +50,7 @@ |
||
50 | 50 | // Defaults |
51 | 51 | public const DEFAULT_GENERATIONS = '4'; |
52 | 52 | public const DEFAULT_STYLE = self::CHART_STYLE_TREE; |
53 | - protected const DEFAULT_PARAMETERS = [ |
|
53 | + protected const DEFAULT_PARAMETERS = [ |
|
54 | 54 | 'generations' => self::DEFAULT_GENERATIONS, |
55 | 55 | 'style' => self::DEFAULT_STYLE, |
56 | 56 | ]; |