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;
}