@@ -69,8 +69,8 @@ public function form(Form $form): Form
6969 ...FieldEnum::array (),
7070 ...$ this ->prepareCustomFieldOptions (Fields::getFields ()),
7171 ])
72- ->sortBy (fn ($ value ) => $ value )
73- ->mapWithKeys (fn ($ value , $ key ) => [
72+ ->sortBy (fn ($ value ) => $ value )
73+ ->mapWithKeys (fn ($ value , $ key ) => [
7474 $ key => Str::headline ($ value ),
7575 ])
7676 ->toArray ();
@@ -88,10 +88,10 @@ public function form(Form $form): Form
8888 ]),
8989 Section::make ('Configuration ' )
9090 ->columns (3 )
91- ->schema (fn (Get $ get ) => $ this ->getFieldTypeFormSchema (
91+ ->schema (fn (Get $ get ) => $ this ->getFieldTypeFormSchema (
9292 $ get ('field_type ' )
9393 ))
94- ->visible (fn (Get $ get ) => filled ($ get ('field_type ' ))),
94+ ->visible (fn (Get $ get ) => filled ($ get ('field_type ' ))),
9595 ]),
9696 ]);
9797 }
@@ -190,8 +190,8 @@ public function table(Table $table): Table
190190 ->after (function (Component $ livewire , array $ data , Model $ record , array $ arguments ) {
191191 if (
192192 isset ($ record ->valueColumn ) && $ this ->ownerRecord ->getConnection ()
193- ->getSchemaBuilder ()
194- ->hasColumn ($ this ->ownerRecord ->getTable (), $ record ->valueColumn )
193+ ->getSchemaBuilder ()
194+ ->hasColumn ($ this ->ownerRecord ->getTable (), $ record ->valueColumn )
195195 ) {
196196
197197 $ key = $ this ->ownerRecord ->getKeyName () ?? 'id ' ;
0 commit comments