Skip to content

Commit

Permalink
initial feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish committed Sep 4, 2024
1 parent f8e3c03 commit 330fa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Location extends DataObject
* @var array
*/
private static $has_many = [
'Links' => Link::class,
'Links' => Link::class . '.Owner',
];

/**
Expand Down

0 comments on commit 330fa21

Please sign in to comment.