Skip to content
New issue

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

Interval strings not working #5

Open
pm-gm opened this issue Nov 4, 2014 · 1 comment
Open

Interval strings not working #5

pm-gm opened this issue Nov 4, 2014 · 1 comment
Labels

Comments

@pm-gm
Copy link

pm-gm commented Nov 4, 2014

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);]
@tomwalder tomwalder added the bug label Jan 10, 2015
@tomwalder
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants