Leon L.
Leon L.
same result as the picture from above hopefully thats correct --> ```php protected function pivotAttributes(Model $model, Model $parent) { $key = str_replace('->', '.', $this->key); $record = (new BaseCollection($parent->{$this->path})) ->filter(function ($value)...
No both are from the default Laravel Eloquent Model - `use Illuminate\Database\Eloquent\Model` Yes i am using `1.6.2`
Will recreate a repo and post its link here!
https://github.com/Subwaytime/json-relation-repro Hopefully i didnt miss anything - everything lives inside the web routes where i also provided an easy setup with uuids under traits there is the usual uuid trait...
Ups sorry, forgot that! Its public now
Interesting, yeah using the HasUuid Trait in the original Application, just wanted to set specific Uuids for this test repro thats why i removed it. But why does this `$ac->soldItems()->sync(['077df06d-1c38-4fd6-b141-3544c6ddbc27'])->save();`...
sorry for the late response. I am currently doing more investigations around this, it seems that setting the keyType via a trait doesnt work. Neither via `$model->keyType` nor via `function...
Still running into the same Issue, any Updates on this ?
Hey thanks for reporting this! Will take a look later today what could cause this 🤔
@ivarlovlie Would you be able to provide a reproduction? Also it would be good to know what node version you are using. Ive tried to replicate the issue with `node...