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

error when i execute an artisan migrate command: syntax error, unexpected ')' #34213

Closed
dfloresc opened this issue Sep 9, 2020 · 1 comment
Closed

Comments

@dfloresc
Copy link

dfloresc commented Sep 9, 2020

config('queue.batching.table', 'job_batches'),

There is an extra comma at final of this line, i only remove it and i tried again and this work for me.

@dfloresc dfloresc changed the title error in artisan migrate: syntax error, unexpected ')' error when i execute an artisan migrate command: syntax error, unexpected ')' Sep 9, 2020
@Krisell
Copy link
Contributor

Krisell commented Sep 9, 2020

Support for trailing commas in function calls was added in php 7.3, which is required by Laravel 8.

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

No branches or pull requests

3 participants