From 01bfa8e193f2047b6f18f0d09c1efafdd48e4603 Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Fri, 20 Jan 2023 15:10:43 +0100 Subject: [PATCH] news twitter --- app/Nova/LibraryItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Nova/LibraryItem.php b/app/Nova/LibraryItem.php index bb1bfbcb..dc98d596 100644 --- a/app/Nova/LibraryItem.php +++ b/app/Nova/LibraryItem.php @@ -121,7 +121,7 @@ class LibraryItem extends Resource ->type('library_item') ->withLinkToTagResource(Tag::class), - Texta::make('Name') + Text::make('Name') ->rules('required', 'string'), Text::make(__('Subtitle'), 'subtitle')