Skip to content

Commit

Permalink
style: fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-frey authored and github-actions[bot] committed Mar 15, 2024
1 parent f8123d2 commit 7f39817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Ancestor.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ public function __construct(
public function getResource(Model $record): string
{
$relationship = $this->getRelationship($record);

return Filament::getModelResource($relationship->getParent());
// return $this->resource;
// return $this->resource;
}

public function getRelationshipName(): string
Expand Down

0 comments on commit 7f39817

Please sign in to comment.