LMongo\Eloquent\Relations\BelongsTo::getForeignKey PHP Method

getForeignKey() public method

Get the foreign key of the relationship.
public getForeignKey ( ) : string
return string
    public function getForeignKey()
    {
        return $this->foreignKey;
    }