1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 02:11:34 +02:00
invoiceninja/app/models/TaxRate.php

7 lines
47 B
PHP
Raw Normal View History

2013-12-27 10:10:32 +01:00
<?php
class TaxRate extends EntityModel
{
2013-12-29 12:28:44 +01:00
2013-12-27 10:10:32 +01:00
}