Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

3 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -199,7 +199,7 @@ class PushNotificationsToken extends ContentEntityBase implements PushNotificati
->setLabel(t('Created'))
->setDescription(t('Timestamp the token was added.'))
->setRequired(TRUE)
->setDefaultValue(REQUEST_TIME)
->setDefaultValue(\Drupal::time()->getRequestTime())
->setDisplayOptions('view', array(
'label' => 'inline',
'type' => 'string',
Loading