InvertedSection.php 61 B

123456
  1. <?php
  2. class InvertedSection
  3. {
  4. public $repo = array();
  5. }