@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | '_TODO', |
68 | 68 | 'CHAN', |
69 | 69 | ]; |
70 | - protected const BHEIGHT = 30; |
|
70 | + protected const BHEIGHT = 30; |
|
71 | 71 | |
72 | 72 | // Box height |
73 | 73 | |
@@ -152,7 +152,7 @@ discard block |
||
152 | 152 | |
153 | 153 | $params = (array) $request->getParsedBody(); |
154 | 154 | |
155 | - $add = $params['add'] ?? ''; |
|
155 | + $add = $params['add'] ?? ''; |
|
156 | 156 | |
157 | 157 | Auth::checkComponentAccess($this, 'chart', $tree, $user); |
158 | 158 |
@@ -71,9 +71,9 @@ |
||
71 | 71 | ->leftJoin('link', function ($join) { |
72 | 72 | $join |
73 | 73 | ->on('i_file', '=', 'l_file') |
74 | - ->on(function($condition) { |
|
74 | + ->on(function ($condition) { |
|
75 | 75 | $condition |
76 | - ->on ('i_id', '=', 'l_from') |
|
76 | + ->on('i_id', '=', 'l_from') |
|
77 | 77 | ->orOn('i_id', '=', 'l_to'); |
78 | 78 | }); |
79 | 79 | }) |