Skip to content

Fix native:migrate:fresh #408

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

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

miagg
Copy link
Contributor

@miagg miagg commented Nov 13, 2024

When running php artisan native:migrate:fresh the following error is thrown:

Non-static method Illuminate\Console\Application::call() cannot be called statically

I changed it to use Artisan facade instead since the call method cannot be called statically.

Copy link
Member

@simonhamp simonhamp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@simonhamp simonhamp merged commit 9330eb7 into NativePHP:main Nov 14, 2024
1 check passed
@miagg miagg deleted the fix-migrate-fresh branch November 14, 2024 22:43
@simonhamp simonhamp mentioned this pull request Nov 15, 2024
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