Skip to content

Commit

Permalink
removed namespace from activity builder
Browse files Browse the repository at this point in the history
  • Loading branch information
cappuc committed Dec 15, 2023
1 parent c2b3e1c commit 43382bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Builder/ActivityBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class ActivityBuilder
public function __construct()
{
$this->activityOptions = ActivityOptions::new()
->withNamespace(config('temporal.namespace'))
->withTaskQueue(config('temporal.queue'))
->withRetryOptions($this->getDefaultRetryOptions(config('temporal.retry.activity')));
}
Expand Down

0 comments on commit 43382bb

Please sign in to comment.