1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 18:01:35 +02:00
invoiceninja/app/models/DatetimeFormat.php

7 lines
109 B
PHP
Raw Normal View History

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