Skip to content

Commit 7f39817

Browse files
lukas-freygithub-actions[bot]
authored andcommitted
style: fix code styling
1 parent f8123d2 commit 7f39817

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Ancestor.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ public function __construct(
1818
public function getResource(Model $record): string
1919
{
2020
$relationship = $this->getRelationship($record);
21+
2122
return Filament::getModelResource($relationship->getParent());
22-
// return $this->resource;
23+
// return $this->resource;
2324
}
2425

2526
public function getRelationshipName(): string

0 commit comments

Comments
 (0)