Skip to content

Commit

Permalink
Move away from deprecated method, ref: statamic/cms#4298
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Sep 24, 2021
1 parent 05f80a4 commit b6de23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fieldtypes/ProductVariantsFieldtype.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function preload()
'width' => 50,
'input_type' => 'text',
'validate' => 'required',
]))->toBlueprintArray(),
]))->toPublishArray(),
(new Field('values', [
'type' => 'taggable',
'listable' => 'hidden',
Expand Down

0 comments on commit b6de23a

Please sign in to comment.