summaryrefslogtreecommitdiff
path: root/tests/simple_unit/SqlMap/domain/LineItemCollection.php
blob: 8bc95622a867ec12587ec78c9a4f55de6a3cf6a0 (plain)
1
2
3
4
5
6
7
8
<?php

class LineItemCollection extends TList
{

}

?>