Fixes #4046 It is possible that the user model gets fetched using the SoftDelete trait before the relevant migrations were applied during an update. To fix this edge case the user model is always fetched using the withTrashed scope and the deleted_at check is done manually afterwards. @see https://github.com/octobercms/october/issues/3999 |
||
|---|---|---|
| .. | ||
| AuthManager.php | ||
| BackendController.php | ||
| Controller.php | ||
| ControllerBehavior.php | ||
| FilterScope.php | ||
| FormField.php | ||
| FormTabs.php | ||
| FormWidgetBase.php | ||
| ListColumn.php | ||
| NavigationManager.php | ||
| ReportWidgetBase.php | ||
| Skin.php | ||
| WidgetBase.php | ||
| WidgetManager.php | ||