Skip to content

No way to change a name of Repeater with localization #6768

Answered by crynobone
cable8mm asked this question in Q&A
Discussion options

You must be logged in to vote
Repeater::make(__('Retail Purchase Items'), 'retailPurchaseItems')
-   ->asHasMany()
+   ->asHasMany(RetailPurchaseItem::class)
    ->repeatables([
        Repeaters\RetailPurchaseItem::make(),
    ]),

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cable8mm
Comment options

Answer selected by cable8mm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants