invoiceninja/app/models/DatetimeFormat.php

8 lines
116 B
PHP
Raw Normal View History

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