mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 10:54:34 -04:00
Change custom dateFormat until laravel has better support for microtime date timestmaps
This commit is contained in:
parent
44a57b2679
commit
ca71819086
@ -14,7 +14,7 @@ class BaseModel extends Model
|
|||||||
use UserSessionAttributes;
|
use UserSessionAttributes;
|
||||||
use SoftDeletes;
|
use SoftDeletes;
|
||||||
|
|
||||||
protected $dateFormat = 'Y-m-d H:i:s.u';
|
//protected $dateFormat = 'Y-m-d H:i:s.u';
|
||||||
|
|
||||||
public function __call($method, $params)
|
public function __call($method, $params)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user