Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
56 | protected function getDefinedElements() |
||
57 | { |
||
58 | return array_merge(parent::getDefinedElements(), [ |
||
59 | 'ratio' => '#sylius_exchange_rate_ratio', |
||
60 | 'sourceCurrency' => '#sylius_exchange_rate_sourceCurrency', |
||
61 | 'targetCurrency' => '#sylius_exchange_rate_targetCurrency', |
||
62 | ]); |
||
63 | } |
||
64 | } |
||
65 |