1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 01:41:34 +02:00
invoiceninja/app/Models/Size.php
Jeramy Simpson 04c392136e Add Files
2015-03-17 07:45:25 +10:00

8 lines
106 B
PHP

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