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
The scheduler-docs for 6.3 use with(...) to add RecurringMessages to a Schedule. But Schedule::with(...) was only introduced in 6.4. In 6.3 Schedule::add(...) has to be used.