@@ -151,7 +151,7 @@ |
||
| 151 | 151 | */ |
| 152 | 152 | public function getCMSFields() |
| 153 | 153 | { |
| 154 | - $this->beforeUpdateCMSFields(function ($fields) { |
|
| 154 | + $this->beforeUpdateCMSFields(function($fields) { |
|
| 155 | 155 | $fields->dataFieldByName('Title') |
| 156 | 156 | ->setTitle('Position Name'); |
| 157 | 157 | |
@@ -81,7 +81,7 @@ |
||
| 81 | 81 | */ |
| 82 | 82 | public function getCMSFields() |
| 83 | 83 | { |
| 84 | - $this->beforeUpdateCMSFields(function ($fields) { |
|
| 84 | + $this->beforeUpdateCMSFields(function($fields) { |
|
| 85 | 85 | $app = new UploadField('Application', 'Application Form'); |
| 86 | 86 | $app |
| 87 | 87 | ->setDescription('optional - include application file to print and complete manually') |