Closed dhcmega closed 10 months ago
Hi! I have this simplified scenario:
$ticket = Ticket::find(1); $ticket->images = Media::getMedia($ticket->id); // might be null return \Response::json(['mesg' => $message, 'data' => $ticket));
With master this works ok. With 2.2.1 images is deleted. Can I prevent this? I had to roll back at the moment
master
2.2.1
Thanks
Any ideas on why I can no longer "create" props on a model as an object? Thanks
Ok, this is the case:
$item->setAttribute('test', 'hello');
closed
Hi! I have this simplified scenario:
With
master
this works ok. With2.2.1
images is deleted. Can I prevent this? I had to roll back at the momentThanks