File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,4 +74,4 @@ class SubscriptionWorkflow implements SubscriptionWorkflowInterface
74
74
}
75
75
```
76
76
77
- > Read more at [ official website] ( https://docs.temporal.io/application-development?lang= php ) .
77
+ > Read more at [ official website] ( https://docs.temporal.io/develop/ php/ ) .
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ $worker->registerActivityImplementations(new MyActivity());
37
37
$factory->run();
38
38
```
39
39
40
- Read more about temporal configuration and usage [ at official website] ( https://docs.temporal.io/develop/php/ ) .
40
+ Read more about temporal configuration and usage [ at official website] ( https://docs.temporal.io/develop/php/core-application#run-a-dev-worker ) .
41
41
42
42
## Multi-worker Environment
43
43
To serve both HTTP and Temporal from the same worker use ` getMode() ` option of ` Environment ` :
You can’t perform that action at this time.
0 commit comments