mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add webln test page
This commit is contained in:
@@ -128,8 +128,6 @@ class BookCase extends Resource
|
||||
|
||||
HasMany::make(__('OrangePills'), 'orangePills', OrangePill::class),
|
||||
|
||||
MorphMany::make(__('Comments'), 'comments', Comment::class),
|
||||
|
||||
BelongsTo::make(__('Created By'), 'createdBy', User::class)
|
||||
->canSee(function ($request) {
|
||||
return $request->user()
|
||||
|
||||
Reference in New Issue
Block a user