Change custom dateFormat until laravel has better support for microtime date timestmaps

This commit is contained in:
David Bomba 2019-05-07 20:48:43 +10:00
parent 44a57b2679
commit ca71819086

View File

@ -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)
{