| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | #[ORM\Entity(repositoryClass: ConfiguredInstitutionRepository::class)] |
||
| 26 | class ConfiguredInstitution |
||
| 27 | { |
||
| 28 | #[ORM\Id] |
||
| 29 | #[ORM\Column(type: 'stepup_configuration_institution')] |
||
| 30 | public Institution $institution; |
||
| 31 | |||
| 32 | public static function createFrom(Institution $institution): self |
||
| 38 | } |
||
| 39 | |||
| 40 | public function jsonSerialize(): array |
||
| 45 |