Merge pull request #36 from pedroborges/asset

Added Asset alias to config/aliases.php
This commit is contained in:
Taylor Otwell 2011-07-30 17:09:10 -07:00
commit 2c68317b0d
1 changed files with 1 additions and 0 deletions

View File

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