Removed alias to absent Date class
This commit is contained in:
parent
450b6951af
commit
826d74b476
|
@ -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