@@ -81,7 +81,7 @@ |
||
| 81 | 81 | */ |
| 82 | 82 | public static function userFromTree(Tree $tree): User |
| 83 | 83 | { |
| 84 | - return new static(0, '', $tree->title(),$tree->getPreference('WEBTREES_EMAIL')); |
|
| 84 | + return new static(0, '', $tree->title(), $tree->getPreference('WEBTREES_EMAIL')); |
|
| 85 | 85 | } |
| 86 | 86 | |
| 87 | 87 | /** |