1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 21:52:35 +01:00
invoiceninja/app/models/ClientIndustry.php

7 lines
78 B
PHP
Raw Normal View History

2013-12-11 21:33:44 +01:00
<?php
class ClientIndustry extends Eloquent
{
public $timestamps = false;
}