Skip to content

Commit

Permalink
[4.x] Update upgrade (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher authored Feb 15, 2023
1 parent 2860e3d commit 0330583
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

### Changes

#### Native Type declarations

Version 4.x updates the interfaces and published `php` files to use native type declarations.
Please ensure the following files have been updated to match their interface counterparts:

```
CreateConnectedAccount.php
CreateUserFromProvider.php
HandleInvalidState.php
ResolveSocialiteUser.php
SetUserPassword.php
UpdateConnectedAccount.php
```


#### User Profile Photo

If you have included the `HasProfilePhoto` trait in your user model, please update your model to the following
Expand Down

0 comments on commit 0330583

Please sign in to comment.