mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
8 lines
116 B
PHP
Executable File
8 lines
116 B
PHP
Executable File
<?php
|
|
|
|
class DatetimeFormat extends Eloquent
|
|
{
|
|
public $timestamps = false;
|
|
protected $softDelete = false;
|
|
}
|