area17 / twill

Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
https://twillcms.com
Apache License 2.0
3.73k stars 568 forks source link

Update migration stub and existing migrations to use anonymous class #2406

Closed driftingly closed 7 months ago

driftingly commented 8 months ago

Description

This PR updates the migration stub to return an anonymous class. Released in Laravel 8.37 it solves an issue with migration class name collisions (see https://github.com/area17/twill/commit/74173acd0b750243c2d3bab382ed842f36efdce9)

Updating the existing migrations is not required and can be reverted to reduce the number of files modified with this PR.