Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ If you want to customize the options of the temporal worker, you can call `Tempo
```php
class AppServiceProvider extends ServiceProvider
{
public function boot(): vodi {
public function boot(): void {
\Keepsuit\LaravelTemporal\Facade\Temporal::buildWorkerOptionsUsing(function (string $taskQueue) {
// you can build different worker options based on the task queue
return \Temporal\Worker\WorkerOptions::new()
Expand Down
Loading