put aliases in alphabetical order.

This commit is contained in:
Taylor Otwell 2011-07-31 13:05:36 -05:00
parent 153d7007ac
commit ce96fb6717
1 changed files with 1 additions and 1 deletions

View File

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