array:18 [▼
"_token" => "D0bWBXif0Dfhe0X5xecliP3NkRKhvYUmjKUzbw2G"
"domain" => "example.io"
"promocode" => "123"
"firstname" => "Jon"
"lastname" => "123"
"email" => "e@outlook.com"
"phonenumber" => "07572070798"
"address1" => "2 Wayworld"
"country" => "UK"
"city" => "Nr"
"state" => "Bournemouth"
"postcode" => "dy1 0tj"
"password2" => "demo10!"
"securitycode" => "123"
"card_number" => "123"
"card_expiry" => "123"
"card_cvv2" => "s"
0 => array:1 [▼
"clientid" => 94
]
]
I am trying to add the 'clientid=>94
to the first array, not create a new array inside of that array, I have tried array push and can't get it to work. what should I do?