Domain\Billet\Billet::student PHP Method

student() public method

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