@@ -199,9 +199,9 @@ |
||
199 | 199 | // query for the fields myself because otherwise it will mess up the users field layout |
200 | 200 | $fields = (new Query()) |
201 | 201 | ->select([ |
202 | - 'fields.id', |
|
203 | - 'fields.handle', |
|
204 | - ]) |
|
202 | + 'fields.id', |
|
203 | + 'fields.handle', |
|
204 | + ]) |
|
205 | 205 | ->from(['{{%fields}} fields']) |
206 | 206 | ->where(['context' => 'global']) |
207 | 207 | ->orderBy(['fields.name' => SORT_ASC, 'fields.handle' => SORT_ASC]) |