Skip to content

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