firstOrCreate parent, then create child, possible?
Having issues for some reason creating two models inside a model. Child and parent through/inside hasOne. Perhaps thats the reason? Though Ive tried in Tinkerwell, as well. Ive tried several other ways. Works only if Parent model has been created (dispute), or exists().
Model Method:
public function newDispute(string $message)
{