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

Name for actions #26

Closed
egorsmkv opened this issue Jun 5, 2016 · 2 comments
Closed

Name for actions #26

egorsmkv opened this issue Jun 5, 2016 · 2 comments

Comments

@egorsmkv
Copy link

egorsmkv commented Jun 5, 2016

Please add the conversion action games titles.

public function listenTubes()
    {
        return ['signup_verify'];
    }
public function actionSignupVerify($job)

It is an error:

/s/http — php ./yii worker
Process Control Extension is loaded. Signal Handling Registered!
Not Listening default tube since there is no action defined. actionDefault
Not Listening signup_verify tube since there is no action defined. actionSignup_verify
No tube found to listen!
@udokmeci
Copy link
Owner

udokmeci commented Jun 5, 2016

Hi,

I can not confirm directly now since weerkend but i would be similar to yii's action name convention which would signup-verify.

Can use please try and let me know

Bests

5 Haziran 2016 13:44:23 GMT+03:00, Egor Smolyakov notifications@github.com yazdı:

Please add the conversion action games titles.

public function listenTubes()
   {
       return ['signup_verify'];
   }
public function actionSignupVerify($job)

It is an error:

/s/http — php ./yii worker
Process Control Extension is loaded. Signal Handling Registered!
Not Listening default tube since there is no action defined.
actionDefault
Not Listening signup_verify tube since there is no action defined.
actionSignup_verify
No tube found to listen!

You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#26

Sent from my Android device with K-9 Mail. Please excuse my brevity.

@egorsmkv
Copy link
Author

egorsmkv commented Jun 5, 2016

Oh thanks! That was my fault.

@egorsmkv egorsmkv closed this as completed Jun 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants