Skip to content

[9.x] Improves app's default aliases configuration file #5769

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
Jan 17, 2022

Conversation

nunomaduro
Copy link
Member

Following laravel/framework#40453, this pull request adjusts the skeleton Facade::defaultAliases() usage.

@taylorotwell taylorotwell merged commit 0df17db into master Jan 17, 2022
@taylorotwell taylorotwell deleted the feat/improve-aliases-api branch January 17, 2022 19:29
@niefufeng
Copy link

niefufeng commented Jan 18, 2022

Facade::defaultAliases() return an array

test before merging.

@afrizal423
Copy link

why?

In app.php line 193:
                                              
 Call to a member function merge() on array  
                                              

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

when i run php artisan serve

In app.php line 193:
                                              
 Call to a member function merge() on array  

@nunomaduro
Copy link
Member Author

nunomaduro commented Jan 18, 2022

We are aware that new L9 projects, and packages using TestBench are currently facing Call to a member function merge() on array errors. This issue will fixed today.

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.

5 participants