invoiceninja/app/models/ClientIndustry.php
Hillel Coren f946791780 Bug fixes
2013-12-11 22:33:44 +02:00

6 lines
78 B
PHP
Executable file

<?php
class ClientIndustry extends Eloquent
{
public $timestamps = false;
}