Browse Source

put aliases in alphabetical order.

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

+ 1 - 1
application/config/aliases.php

@@ -18,8 +18,8 @@ return array(
 	|
 	*/
 
-	'Auth' => 'System\\Auth',
 	'Asset' => 'System\\Asset',
+	'Auth' => 'System\\Auth',
 	'Benchmark' => 'System\\Benchmark',
 	'Cache' => 'System\\Cache',
 	'Config' => 'System\\Config',