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

feat: support after method with closure in migrations #972

Merged

Conversation

jimohalloran
Copy link
Contributor

  • Added or updated tests
  • Documented user facing changes
  • Updated CHANGELOG.md

Resolves #971

Changes

Now detects fields added in the callback of the ->after() method in migrations. Previously these changes were ignored.

Breaking changes

None

@canvural canvural changed the title Issue 971 migration after method feat: support after method with clsorue in migrations Oct 19, 2021
@canvural canvural merged commit 4f54a8b into larastan:master Oct 19, 2021
@canvural
Copy link
Collaborator

Looks great! Thank you!

@szepeviktor szepeviktor changed the title feat: support after method with clsorue in migrations feat: support after method with closure in migrations Oct 19, 2021
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.

Fields added in ->after() call in migration not recognised
2 participants