Laravel tip:
Dispatching a job inside a DB transaction can be risky.
If the job depends on data created in that transaction, use afterCommit().
Laravel tip:
Dispatching a job inside a DB transaction can be risky.
If the job depends on data created in that transaction, use afterCommit().