mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
7 lines
109 B
PHP
7 lines
109 B
PHP
|
<?php
|
||
|
|
||
|
class DatetimeFormat extends Eloquent
|
||
|
{
|
||
|
public $timestamps = false;
|
||
|
protected $softDelete = false;
|
||
|
}
|