Ok, my fault, Instance model had not the relation with InstanceDisk:
public function instanceDisk()
{
return $this->hasMany('App\Models\InstanceDisk', 'id_instances', 'id');
}
Regards, Lito.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community