App\Models\Forum\PollOption::post PHP Method

post() public method

for bbcode_uid
public post ( )
    public function post()
    {
        return $this->belongsTo(Post::class, 'topic_id', 'topic_id')->orderBy('post_id', 'ASC')->limit(1);
    }