所以,app('Illuminate\Hashing\BcryptHasher') 是 new 了一个实例,而 app('hasher') 只是从 IOC 容器中取出 已存在 的实例?
app('Illuminate\Hashing\BcryptHasher')
new
app('hasher')
已存在