lara-zeus / wind

Contact form for your website with easy to use dashboard, works as a plugin for Filament Admin Panel
https://larazeus.com/wind
MIT License
27 stars 5 forks source link

refactor configuration model #71

Closed atmonshi closed 1 year ago

atmonshi commented 1 year ago

⚠️⚠️ the configuration for models has been changed to:

->windModels([
        'Department' => \LaraZeus\Wind\Models\Department::class,
        'Letter' => \LaraZeus\Wind\Models\Letter::class,
    ])