Last active
March 10, 2018 01:54
-
-
Save rodurma/dc5a20ec1a50ecebd5d3ddd531a17c5c to your computer and use it in GitHub Desktop.
Disparando um job de forma síncrona
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Disparando o job | |
MeuJob::dispatch($foo)->onConnection('sync'); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment