invoiceninja/app/models/Size.php

8 lines
106 B
PHP
Raw Normal View History

2013-12-11 22:33:44 +02:00
<?php
2014-01-06 20:03:00 +02:00
class Size extends Eloquent
2013-12-11 22:33:44 +02:00
{
2015-01-11 14:30:08 +02:00
public $timestamps = false;
protected $softDelete = false;
2013-12-11 22:33:44 +02:00
}