database refactoring.
This commit is contained in:
@@ -26,8 +26,8 @@ return array(
|
||||
'Cookie' => 'System\\Cookie',
|
||||
'Crypt' => 'System\\Crypt',
|
||||
'Date' => 'System\\Date',
|
||||
'DB' => 'System\\DB',
|
||||
'Eloquent' => 'System\\DB\\Eloquent',
|
||||
'DB' => 'System\\DB\\Manager',
|
||||
'Eloquent' => 'System\\DB\\Eloquent\\Model',
|
||||
'File' => 'System\\File',
|
||||
'Form' => 'System\\Form',
|
||||
'Hash' => 'System\\Hash',
|
||||
|
||||
Reference in New Issue
Block a user