1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/app/models/DatetimeFormat.php
2013-12-15 14:55:50 +02:00

7 lines
109 B
PHP
Executable File

<?php
class DatetimeFormat extends Eloquent
{
public $timestamps = false;
protected $softDelete = false;
}