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

7 lines
68 B
PHP
Executable File

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