refactored bcrypt hashing engine.
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
|
||||
return array(
|
||||
|
||||
'laravel.hasher' => array('singleton' => true, 'resolver' => function($c)
|
||||
{
|
||||
return new Security\Hashing\Bcrypt(8, false);
|
||||
}),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Laravel Routing Components
|
||||
|
||||
Reference in New Issue
Block a user