class EdFi::Indiana::StudentGraduationPlanJob < EdFi::Indiana::Job
  def call
    run_service(:student_graduation_plan_service)
  end
end
