Skip to content

Commit eacc71c

Browse files
committed
Document facade root service resolving breaking change
1 parent 912716b commit eacc71c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

upgrade.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Update your `laravel/framework` dependency to `5.8.*` in your `composer.json` fi
1515

1616
Of course, don't forget to examine any 3rd party packages consumed by your application and verify you are using the proper version for Laravel 5.8 support.
1717

18+
### Facade
19+
20+
#### Facade root service resolving
21+
22+
**Likelihood Of Impact: Low**
23+
24+
The `getFacadeAccessor` method [can now return only the string value representing the identifier/alias of the service](https://github.com/laravel/framework/pull/25525). If you have a facade in your project or package whose `getFacadeAccessor` method returns an object, you should change it so that a string is returned.
25+
1826
### Routing
1927

2028
#### The `UrlGenerator` Contract

0 commit comments

Comments
 (0)