Ok, after digging into the Code of FormBuilder->getModelValueAttribute I saw that the function object_get is used to retrieve the Value from the Model if the model is an object, the function array_get is used if the model is an array.
So mixing these two seemed to be an bad idea, editing the method apiGet to return std-class objects resolved it.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community