mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-22 02:50:55 -04:00
8 lines
112 B
PHP
Executable File
8 lines
112 B
PHP
Executable File
<?php
|
|
|
|
class DateFormat extends Eloquent
|
|
{
|
|
public $timestamps = false;
|
|
protected $softDelete = false;
|
|
}
|