79452770

Date: 2025-02-19 21:06:45
Score: 0.5
Natty:
Report link

I think the provider you want to override is auth.password (Github):

$this->app->singleton('auth.password', function ($app) {
    Log::debug('Binding CustomPasswordBrokerManager...');
    return new CustomPasswordBrokerManager($app);
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Magnie Mozios