mrcasual/phpass-laravel-bundle

alias

Aerys-Aeksio opened this issue · 0 comments

In your documentation you say we can make an alias with

'phpass' => Hash\phpass('auto' => true),
)

But this gives me an error.
I think it should be:

'phpass' => 'Hash\phpass',