From f0f8210892989b20da379ead99067097b3db8108 Mon Sep 17 00:00:00 2001 From: Ilya Chubarov Date: Wed, 20 Aug 2025 14:47:47 +0400 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feb69a0..9caeba6 100644 --- a/README.md +++ b/README.md @@ -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()