app\Post_Comment::post PHP 메소드

post() 공개 메소드

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