driftingly / rector-laravel

Rector upgrades rules for Laravel
http://getrector.org
MIT License
529 stars 51 forks source link

Update laravel-container-string-to-fully-qualified-name.php #227

Closed peterfox closed 2 months ago

peterfox commented 3 months ago

Why

'hash' points to the incorrect implementation and should point to Illuminate\Hashing\HashManager instead of the Hasher contract.