Skip to content

Commit

Permalink
feat: Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Mar 12, 2024
1 parent d9ab070 commit c5ae951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This will download and install the `php-dna` package, making it available for us
To dispatch the `DispatchMatchkitsJob` for processing DNA matchkits, you can use the following code snippet:

```php
dispatch(new \App\Jobs\DispatchMatchkitsJob());
dispatch(new \Src\Jobs\DispatchMatchkitsJob());
```

This will enqueue the job for processing by the Laravel queue system. Make sure your queue worker is running to process the job.
Expand Down

0 comments on commit c5ae951

Please sign in to comment.