Commit 43bec3d4664cffa053f7e44d51ec4ddeb49c703a

Authored by Eder Soares
1 parent b024d0bc
Exists in 2.9 and in 2 other branches 2.7, 2.8

Interface que define o boletim do professor

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
src/Reports/Contracts/TeacherReportCard.php 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<?php
  2 +
  3 +namespace iEducar\Reports\Contracts;
  4 +
  5 +interface TeacherReportCard
  6 +{
  7 +
  8 +}
... ...