Skip to content

Commit e1bc9f2

Browse files
authored
Update upgrade.md
1 parent 40951b0 commit e1bc9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ 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 `php artisan view:clear` to avoid Blade errors related to the removal of `Lang::transChoice`, `Lang::trans` and `Lang::getFromJson`.
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`.
236236
237237
### Mail
238238

0 commit comments

Comments
 (0)