I'm trying to modify the original User.php file within the vendor folder of cartalyt/sentry because I want to register two accounts with the same email but the original code of Sentry is not allowing this feature so I added an attribute to the config.php file
/app/config/packages/cartalyst/sentry/config.php
But I don't know how to get this attribute to use in this file:
/vendor/cartalyst/sentry/src/Cartalyst/Sentry/Users/Eloquent/User.php
Because in that file I can simply add an if to check If I want to register one user per email or register more users with the same email.
Or if you have a better idea will be good to know it.
I hope you can help me!