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

View File

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