Browse Source

Removed alias to absent Date class

Pedro Borges 13 years ago
parent
commit
826d74b476
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',