๐Ÿ…ฐ๏ธUse Filament Types

you can use the types to manage your accounts types by installing Filament Types and allow ->useTypes() on the plugin

->plugin(\TomatoPHP\FilamentAccounts\FilamentAccountsPlugin::make()
    ...
    ->useTypes()
)

Last updated