Skip to content

Commit

Permalink
FIX FileLink does not own the File
Browse files Browse the repository at this point in the history
  • Loading branch information
UndefinedOffset committed Sep 27, 2024
1 parent 50a502c commit 5bce34c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Models/FileLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ class FileLink extends Link
'File' => File::class,
];

private static $owns = [
'File',
];

private static int $menu_priority = 10;

private static $icon = 'font-icon-image';
Expand Down

0 comments on commit 5bce34c

Please sign in to comment.