Added Asset alias to config/aliases.php

This commit is contained in:
Pedro Borges 2011-07-30 20:50:03 -03:00
parent 5742276fe6
commit e8ad2db120
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
*/
'Auth' => 'System\\Auth',
'Asset' => 'System\\Asset',
'Benchmark' => 'System\\Benchmark',
'Cache' => 'System\\Cache',
'Config' => 'System\\Config',