belongsTo('Firm', 'firm_id', 'id', [], 'LEFT')->setEagerlyType(0); } public function firmstore() { return $this->belongsTo('Firmstore', 'firmstore_id', 'id', [], 'LEFT')->setEagerlyType(0); } }