Browse Source

Removed Download class from aliases configuration.

Taylor Otwell 13 years ago
parent
commit
e2f382545b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/config/aliases.php

+ 0 - 1
application/config/aliases.php

@@ -22,7 +22,6 @@ return array(
 	'Crypt' => 'System\\Crypt',
 	'Date' => 'System\\Date',
 	'DB' => 'System\\DB',
-	'Download' => 'System\\Download',
 	'Eloquent' => 'System\\DB\\Eloquent',
 	'File' => 'System\\File',
 	'Form' => 'System\\Form',