@@ -65,10 +65,10 @@ |
||
| 65 | 65 | $menu->setParent($this->menu); |
| 66 | 66 | |
| 67 | 67 | $this->splitItem->addItem(new MenuMenuItem( |
| 68 | - $text, |
|
| 69 | - $menu, |
|
| 70 | - $builder->isMenuDisabled() |
|
| 71 | - )); |
|
| 68 | + $text, |
|
| 69 | + $menu, |
|
| 70 | + $builder->isMenuDisabled() |
|
| 71 | + )); |
|
| 72 | 72 | |
| 73 | 73 | return $this; |
| 74 | 74 | } |