๐Ÿ—บ๏ธUse Account Locations

you can use account locations by installing Filament Locations and allow ->useLocations() on the plugin

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

Last updated