Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from Jan 23, 2024

Conversation

driftingly
Copy link
Contributor

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 74173ac)

  • Updates migration stub
  • Updates docs
  • Updates existing migrations

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

@ifox ifox merged commit f6cdc18 into area17:3.x Jan 23, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants