Change custom dateFormat until laravel has better support for microtime date timestmaps
This commit is contained in:
parent
44a57b2679
commit
ca71819086
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue