app\models\Note::user PHP 메소드

user() 공개 메소드

public user ( )
    public function user()
    {
        return $this->belongsTo(User::class, 'fk_user_id', 'id');
    }