You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be nice to have constants for changeFreq available options are: always hourly daily weekly monthly yearly never
Describe the solution you'd like
In Url.php add constants for changeFreq
publicconstCHANGE_FREQ_HOURLY = 'hourly'
We could then also have the setter validate if the set is valid?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It would be nice to have constants for changeFreq available options are:
always hourly daily weekly monthly yearly never
Describe the solution you'd like
In Url.php add constants for changeFreq
We could then also have the setter validate if the set is valid?
The text was updated successfully, but these errors were encountered: