try this
$this->belongsTo('Incubator','incubator_id', 'id');
Humm I had thought that to - so I tried
$this->belongsTo('Incubator','id','id');
To no avail ( I really should work on better column naming).
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community