Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug with hitobito login that was introduced when adding laravel…
…-fillable-relations The laravel-fillable-relations package overwrote how the static Model::create method works, and this broke with our current approach for always setting the email of Hitobito users to verified. Fixed by using a more standard approach for setting this (do it in the constructor instead of the newInstance method)
- Loading branch information