app\Post_Comment::post PHP Method

post() public method

public post ( )
    public function post()
    {
        return $this->belongsTo('App\\Post', 'post_id');
    }
Post_Comment