| @@ -55,8 +55,8 @@ | ||
| 55 | 55 | $variables = [ | 
| 56 | 56 | 'items' => $this->items, | 
| 57 | 57 | 'title' => $this->title, | 
| 58 | - 'attributes' => $this->formatAttributes(), | |
| 59 | - 'id' => $this->id, | |
| 58 | + 'attributes' => $this->formatAttributes(), | |
| 59 | + 'id' => $this->id, | |
| 60 | 60 | ]; | 
| 61 | 61 | |
| 62 | 62 | return view($this->view, $variables)->render(); |