Domain\Billet\Billet::student PHP 메소드

student() 공개 메소드

public student ( )
    public function student()
    {
        return $this->belongsTo(Student::class);
    }