@@ -8,8 +8,8 @@ |
||
8 | 8 | class Component_toggle |
9 | 9 | extends AbstractComponent |
10 | 10 | implements ValueComponentInterface, |
11 | - FilterableComponentInterface, |
|
12 | - DisableableComponentInterface |
|
11 | + FilterableComponentInterface, |
|
12 | + DisableableComponentInterface |
|
13 | 13 | { |
14 | 14 | public $component_type = 'toggle'; |
15 | 15 |