1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/models/Size.php
Hillel Coren 75b1350808 bug fixes
2014-01-08 20:09:47 +00:00

8 lines
101 B
PHP
Executable File

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