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
Given their extensive usage, it would be useful to add scopes regarding posts' published and published_date fields. I was thinking something along those lines:
scopePublished() and scopeUnpublished()
scopedBeforePublishedDate($date) and scopedAfterPublishedDate($date)
Again, I 'd be more than happy to take care of those 🙂
The text was updated successfully, but these errors were encountered:
Given their extensive usage, it would be useful to add scopes regarding posts'
published
andpublished_date
fields. I was thinking something along those lines:scopePublished()
andscopeUnpublished()
scopedBeforePublishedDate($date)
andscopedAfterPublishedDate($date)
Again, I 'd be more than happy to take care of those 🙂
The text was updated successfully, but these errors were encountered: