Browse Source

Merge pull request #57 from pedroborges/develop

Absent Date class alias removed
Taylor Otwell 13 years ago
parent
commit
8798d87e2f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/config/aliases.php

+ 0 - 1
application/config/aliases.php

@@ -25,7 +25,6 @@ return array(
 	'Config' => 'System\\Config',
 	'Cookie' => 'System\\Cookie',
 	'Crypt' => 'System\\Crypt',
-	'Date' => 'System\\Date',
 	'DB' => 'System\\DB',
 	'Eloquent' => 'System\\DB\\Eloquent\\Model',
 	'File' => 'System\\File',