1
0
Fork 0
mirror of https://github.com/archtechx/jobpipeline.git synced 2025-12-12 18:44:04 +00:00

update readme

This commit is contained in:
Jonathan Martins 2023-03-02 14:31:04 -03:00
parent 01f98cee20
commit 6804be3243

View file

@ -50,8 +50,6 @@ Next, decide if you want to queue the pipeline. By default, pipelines are synchr
> 🔥 If you **do** want pipelines to be queued by default, you can do that by setting a static property:
`\Stancl\JobPipeline\JobPipeline::$shouldBeQueuedByDefault = true;`
or:
```php
<?php