Blast\Orm\Relations\HasMany::getForeignKey PHP Method

getForeignKey() public method

public getForeignKey ( ) : null
return null
    public function getForeignKey()
    {
        return $this->foreignKey;
    }