app\Post::editor PHP 메소드

editor() 공개 메소드

public editor ( )
    public function editor()
    {
        if ($this->edited()) {
            return $this->belongsTo('App\\User', 'edited_by');
        } else {
            return null;
        }
    }