app\models\KudosuHistory::post PHP Метод

post() публичный Метод

public post ( )
    public function post()
    {
        return $this->belongsTo(Forum\Post::class, 'post_id', 'post_id');
    }