added new crypter class to replace static crypt methods.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user