Corcel\Comment::post PHP Method

post() public method

Post relationship
public post ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo
    public function post()
    {
        return $this->belongsTo('Corcel\\Post', 'comment_post_ID');
    }