Browse Source

Add day as valid interval for JWT (#848)

issue-1870-undefined-index-rel
Rosie Le Faive 3 years ago committed by GitHub
parent
commit
9ada5d678f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Form/IslandoraSettingsForm.php

1
src/Form/IslandoraSettingsForm.php

@ -34,6 +34,7 @@ class IslandoraSettingsForm extends ConfigFormBase {
'min', 'min',
'minute', 'minute',
'hour', 'hour',
'day',
'week', 'week',
'month', 'month',
'year', 'year',

Loading…
Cancel
Save