Corcel\TermRelationship::post PHP Method

post() public method

public post ( )
    public function post()
    {
        return $this->belongsTo('Corcel\\Post', 'object_id');
    }
TermRelationship