belongsTo('User', 'user_id', 'id', [], 'LEFT')->setEagerlyType(0); } public function hire() { return $this->belongsTo('Hire', 'hire_id', 'id', [], 'LEFT')->setEagerlyType(0); } }