added new crypter class to replace static crypt methods.

This commit is contained in:
Taylor Otwell
2011-08-15 20:11:21 -05:00
parent b6720eb7c2
commit 4c4ffa1d40
4 changed files with 60 additions and 18 deletions

View File

@@ -24,7 +24,7 @@ return array(
'Cache' => 'System\\Cache',
'Config' => 'System\\Config',
'Cookie' => 'System\\Cookie',
'Crypt' => 'System\\Crypt',
'Crypter' => 'System\\Crypter',
'DB' => 'System\\DB',
'Eloquent' => 'System\\DB\\Eloquent\\Model',
'File' => 'System\\File',