invoiceninja/app/Models/TaxRate.php
2015-03-18 09:39:03 +10:00

6 lines
67 B
PHP

<?php namespace App\Models;
class TaxRate extends EntityModel
{
}