Browse Source

Merge pull request #36 from pedroborges/asset

Added Asset alias to config/aliases.php
Taylor Otwell 13 years ago
parent
commit
2c68317b0d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/config/aliases.php

+ 1 - 0
application/config/aliases.php

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