Domain\Student\StudentRepository::getBillets PHP Method

getBillets() public method

public getBillets ( $student_id )
    public function getBillets($student_id)
    {
        $model = $this->model;
        return $model->with('billets')->find($student_id);
    }