1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 02:11:34 +02:00
invoiceninja/app/models/Industry.php
Hillel Coren 6999a6501d bug fixes
2014-01-06 20:03:00 +02:00

7 lines
72 B
PHP
Executable File

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