1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/models/Size.php

8 lines
101 B
PHP
Raw Normal View History

2013-12-11 21:33:44 +01:00
<?php
2014-01-06 19:03:00 +01:00
class Size extends Eloquent
2013-12-11 21:33:44 +01:00
{
public $timestamps = false;
2014-01-08 21:09:47 +01:00
protected $softDelete = false;
2013-12-11 21:33:44 +01:00
}