You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get a one to many relationship working. I tried doing a couple of things:
$container->items()->save($entity) ; // This does absolutely nothing
$entity->container()->associate($container); // Partially worked by creating the parent_id but the parent model doesn't now about the children.