mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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 SoftDeletes;
|
||||
|
||||
protected $dateFormat = 'Y-m-d H:i:s.u';
|
||||
//protected $dateFormat = 'Y-m-d H:i:s.u';
|
||||
|
||||
public function __call($method, $params)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user