Skip to content

Commit b911747

Browse files
committed
fix: #273 mode strict
1 parent 76d3927 commit b911747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/Models/DeploymentData/Process.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __construct(
5757
#[Rule(new UniqueInArray('targetPort'))]
5858
/* @var NodePort[] */
5959
public array $ports,
60-
#[DataCollectionOf(Caddy::class), Distinct('id')]
60+
#[DataCollectionOf(Caddy::class), Distinct('id', mode: Distinct::Strict)]
6161
/* @var Caddy[] */
6262
public array $caddy,
6363
#[Rule(new RequiredIfArrayHas('caddy.*.targetProtocol', 'fastcgi'))]

0 commit comments

Comments
 (0)