Skip to content

v2.1.0

Compare
Choose a tag to compare
@atmonshi atmonshi released this 12 Sep 12:09
· 15 commits to 2.x since this release
434e7e3

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

->rainModels([
        'Layout' => \LaraZeus\Rain\Models\Layout::class,
        'Columns' => \LaraZeus\Rain\Models\Columns::class
    ])

What's Changed

Full Changelog: v2.0.4...v2.1.0