1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00
invoiceninja/app/Models/DatetimeFormat.php
2015-03-25 21:56:31 +02:00

10 lines
153 B
PHP

<?php namespace App\Models;
use Eloquent;
class DatetimeFormat extends Eloquent
{
public $timestamps = false;
protected $softDelete = false;
}