```php $names = arrayed(['cdd']); $names = arrayed($names) ->merge(['abc']); ``` It returns ```php [["cdd"],"abc"] ``` instead of ```php ["cdd" ,"abc"] ```