belongsTo('User', 'From_Account', 'id', [], 'LEFT')->setEagerlyType(0); } public function touser() { return $this->belongsTo('User', 'To_Account', 'id', [], 'LEFT')->setEagerlyType(0); } }