@@ -19,7 +19,7 @@ |
||
| 19 | 19 | <?php if ($fields) { ?> |
| 20 | 20 | <div class="form-panel"> |
| 21 | 21 | <div class="header"> |
| 22 | - <?php echo $manager->getLabel('existing.'.$role) ?> |
|
| 22 | + <?php echo $manager->getLabel('existing.' . $role) ?> |
|
| 23 | 23 | </div> |
| 24 | 24 | <div class="fields-body"> |
| 25 | 25 | <?php |
@@ -31,7 +31,7 @@ discard block |
||
| 31 | 31 | |
| 32 | 32 | public static function forForm($form) |
| 33 | 33 | { |
| 34 | - $consumer = GetConsumerForForm::for($form)->handle(); |
|
| 34 | + $consumer = GetConsumerForForm::for ($form)->handle(); |
|
| 35 | 35 | |
| 36 | 36 | return self::forConsumer($consumer); |
| 37 | 37 | } |
@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | $action = new static(); |
| 42 | 42 | $action->setConsumer($consumer); |
| 43 | 43 | $action->setConsumerConfig($consumerConfig); |
| 44 | - $action->setConsumerConfigGenerateCallback(function () use ($consumer) { |
|
| 44 | + $action->setConsumerConfigGenerateCallback(function() use ($consumer) { |
|
| 45 | 45 | return GetConsumerConfig::forConsumer($consumer)->handle(); |
| 46 | 46 | }); |
| 47 | 47 | |