Found out that you have to define the relationship with camelCase but you can fetch the property with snake_case.
public function altOrigin() { ... }
Then:
$instance->alt_origin->name
Found out that you have to define the relationship with camelCase but you can fetch the property with snake_case.
public function altOrigin() { ... }
Then:
$instance->alt_origin->name