invoiceninja/app/models/DatetimeFormat.php

7 lines
109 B
PHP
Raw Normal View History

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