Skip to content

v3.1.0

Compare
Choose a tag to compare
@atmonshi atmonshi released this 12 Sep 12:06
· 50 commits to 3.x since this release
6745232

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

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

What's Changed

Full Changelog: v3.0.2...v3.1.0