Skip to content

Commit e1516ff

Browse files
committed
🔇 removed TODO
1 parent ec25bd8 commit e1516ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Relations/Relation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function rules(Resource $resource, string $prefix) {
8282
$pivotPrefix .= '.*';
8383
}
8484
$pivotPrefix.= '.pivot.';
85-
// @TODO pivot fields here :) + doc
85+
8686
foreach ($this->getPivotRules() as $pivotKey => $pivotRule) {
8787
$rules[$pivotPrefix.$pivotKey] = $pivotRule;
8888
}

0 commit comments

Comments
 (0)