refactored bcrypt hashing engine.

This commit is contained in:
Taylor Otwell
2011-10-08 22:41:52 -05:00
parent 92ecae3db9
commit bcb6f189f7
9 changed files with 103 additions and 306 deletions

View File

@@ -31,7 +31,7 @@ return array(
'Eloquent' => 'Laravel\\Database\\Eloquent\\Model',
'File' => 'Laravel\\File',
'Form' => 'Laravel\\Form',
'Hasher' => 'Laravel\\Facades\\Hasher',
'Hasher' => 'Laravel\\Security\\Hasher',
'HTML' => 'Laravel\\HTML',
'Inflector' => 'Laravel\\Inflector',
'Input' => 'Laravel\\Input',