1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00
invoiceninja/app/models/DateFormat.php

8 lines
112 B
PHP
Raw Normal View History

2013-12-15 13:55:50 +01:00
<?php
class DateFormat extends Eloquent
{
2015-01-11 13:30:08 +01:00
public $timestamps = false;
protected $softDelete = false;
}