@@ -68,7 +68,7 @@ |
||
| 68 | 68 | |
| 69 | 69 | // get the title field |
| 70 | 70 | $titleField = $targetModel->firstField( |
| 71 | - function (Field $field) { |
|
| 71 | + function(Field $field) { |
|
| 72 | 72 | return $field->getRenderable('title', false); |
| 73 | 73 | } |
| 74 | 74 | ); |