Merge pull request #57 from pedroborges/develop
Absent Date class alias removed
This commit is contained in:
commit
8798d87e2f
|
@ -25,7 +25,6 @@
|
||||||
'Config' => 'System\\Config',
|
'Config' => 'System\\Config',
|
||||||
'Cookie' => 'System\\Cookie',
|
'Cookie' => 'System\\Cookie',
|
||||||
'Crypt' => 'System\\Crypt',
|
'Crypt' => 'System\\Crypt',
|
||||||
'Date' => 'System\\Date',
|
|
||||||
'DB' => 'System\\DB',
|
'DB' => 'System\\DB',
|
||||||
'Eloquent' => 'System\\DB\\Eloquent\\Model',
|
'Eloquent' => 'System\\DB\\Eloquent\\Model',
|
||||||
'File' => 'System\\File',
|
'File' => 'System\\File',
|
||||||
|
|
Loading…
Reference in New Issue