diff --git a/src/Log.php b/src/Log.php index bf0463a..9ba7820 100755 --- a/src/Log.php +++ b/src/Log.php @@ -70,8 +70,8 @@ static function l(array $oldAttributes, array $newAttributes, $event, $object, $ $model->event = $event->name; $model->object = $object; $model->user = $uid; - $model->date = gmdate('Y-m-d h:i:s'); - $model->object_id = $object_id; + $model->date = gmdate('Y-m-d H:i:s'); + $model->object_id = $object_id; $model->save(); }