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

Anonymous migration class #1363

Merged
merged 10 commits into from
Feb 22, 2022
Merged

Anonymous migration class #1363

merged 10 commits into from
Feb 22, 2022

Conversation

4m1n0s
Copy link
Contributor

@4m1n0s 4m1n0s commented Feb 22, 2022

Add Anonymous migration class as default like in Laravel 9.0

@dcblogdev
Copy link
Collaborator

thanks, can you update the stubs to close the class Anonymous migration classes now should have this signature:

return new class extends Migration 
{
    // ...
};

@dcblogdev dcblogdev merged commit 6159a91 into nWidart:master Feb 22, 2022
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.

2 participants