© 2026 Hedgehog Software, LLC
published_at
published_at > now()
public function resolveRouteBindingQuery($query, $value, $field = null) { return parent::resolveRouteBindingQuery($query, $value, $field)->where("published_at", ">", now()); }
resolveRouteBindingQuery