Skip to content

Commit 964bdaf

Browse files
committed
fix: make getResource public in View page as well
1 parent a53baf9 commit 964bdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/users/src/Resources/UserResource/Pages/ViewUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class ViewUser extends ViewRecord
1919
{
20-
protected static function getResource(): string
20+
public static function getResource(): string
2121
{
2222
return config('backstage.users.resources.users', UserResource::class);
2323
}

0 commit comments

Comments
 (0)