Skip to content

Instantly share code, notes, and snippets.

@rodurma
Last active March 10, 2018 01:54
Show Gist options
  • Save rodurma/dc5a20ec1a50ecebd5d3ddd531a17c5c to your computer and use it in GitHub Desktop.
Save rodurma/dc5a20ec1a50ecebd5d3ddd531a17c5c to your computer and use it in GitHub Desktop.
Disparando um job de forma síncrona
<?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