@@ -13,7 +13,7 @@ |
||
13 | 13 | { |
14 | 14 | public function test_getValue() |
15 | 15 | { |
16 | - $field = new ModelFieldsRecord(); |
|
16 | + $field = new ModelFieldsRecord(); |
|
17 | 17 | $field->writeData(['value' => 'test']); |
18 | 18 | |
19 | 19 | self::assertSame('test', $field->getValue()); |
@@ -13,7 +13,7 @@ |
||
13 | 13 | protected function bootPageControllerFormBuilderViewPathsTrait() |
14 | 14 | { |
15 | 15 | $this->after( |
16 | - function () { |
|
16 | + function() { |
|
17 | 17 | $this->registerFormBuilderViewPaths(); |
18 | 18 | } |
19 | 19 | ); |
@@ -8,7 +8,7 @@ |
||
8 | 8 | <?php foreach ($roles as $role) { ?> |
9 | 9 | <div class="form-panel"> |
10 | 10 | <div class="header"> |
11 | - <?php echo $manager->getLabel('available.'.$role) ?> |
|
11 | + <?php echo $manager->getLabel('available.' . $role) ?> |
|
12 | 12 | </div> |
13 | 13 | <div class="fields-body"> |
14 | 14 | <?php echo $this->load('../lists/available', ['role' => $role]); ?> |