Domain\Student\StudentRepository::getBillets PHP Méthode

getBillets() public méthode

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