7 lines
61 B
PHP
7 lines
61 B
PHP
<?php
|
|
|
|
class InvertedSection
|
|
{
|
|
public $repo = array();
|
|
}
|