Skip to content

Commit 22f6379

Browse files
authored
Merge pull request laravel#5443 from mustorze/patch-1
[6.0] Add warning of possible blade error when updating
2 parents 8e7246f + e1bc9f2 commit 22f6379

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

upgrade.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ In addition, if you are manually implementing the `Illuminate\Contracts\Translat
232232

233233
The `Lang::get` and `Lang::getFromJson` methods have been consolidated. Calls to the `Lang::getFromJson` method should be updated to call `Lang::get`.
234234

235+
> {note} You should run the `php artisan view:clear` Artisan command to avoid Blade errors related to the removal of `Lang::transChoice`, `Lang::trans`, and `Lang::getFromJson`.
236+
235237
### Mail
236238

237239
#### Mandrill & SparkPost Drivers Removed

0 commit comments

Comments
 (0)