Flarum\Core\Post::editUser PHP Méthode

editUser() public méthode

Define the relationship with the user who edited the post.
public editUser ( ) : BelongsTo
Résultat Illuminate\Database\Eloquent\Relations\BelongsTo
    public function editUser()
    {
        return $this->belongsTo('Flarum\\Core\\User', 'edit_user_id');
    }