You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
# Laravel Impersonate Changelog
2
2
3
-
## Unreleased
3
+
## 1.7.0
4
4
5
5
### Added
6
6
7
-
-`ImpersonateManager@findUserById` will now throw a `MissingUserProvider` exception when guard has no user provider
8
-
-`ImpersonateManager@findUserById` will now throw a `InvalidUserProvider` exception when guard has an invalid user provider
7
+
-`ImpersonateManager@findUserById` will now throw a `MissingUserProvider` exception when guard has no user provider[baa722b](https://github.com/404labfr/laravel-impersonate/commit/baa722b1bde0aefd9efbd9454c699b7894ddc49b)
8
+
-`ImpersonateManager@findUserById` will now throw a `InvalidUserProvider` exception when guard has an invalid user provider[baa722b](https://github.com/404labfr/laravel-impersonate/commit/baa722b1bde0aefd9efbd9454c699b7894ddc49b)
9
9
10
10
### Changed
11
11
12
+
- Helper `can_be_impersonated` now use model `getAuthIdentifier()` instead of hardcoded `id` column [#105](https://github.com/404labfr/laravel-impersonate/pull/105)
0 commit comments