We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The string intervals don't seem to be working:
Docnet\MATT::expect('test')->every('minute')->sms('07xxxxxxxx);
However the equivalent time representations work as expected:
Docnet\MATT::expect('test')->every('1m')->sms('07xxxxxxxx);]
The text was updated successfully, but these errors were encountered:
Changes made in the server to ensure support for the following string intervals
'minute' => '1m', 'hour' => '1h', 'day' => '1d', 'week' => '7d', 'month' => '30d', 'hourly' => '1h', 'daily' => '1d', 'weekly' => '1w', 'monthly' => '30d'
Next deployment will resolve.
Sorry, something went wrong.
No branches or pull requests
The string intervals don't seem to be working:
However the equivalent time representations work as expected:
The text was updated successfully, but these errors were encountered: