Merge pull request #36 from pedroborges/asset
Added Asset alias to config/aliases.php
This commit is contained in:
commit
2c68317b0d
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
|
||||
'Auth' => 'System\\Auth',
|
||||
'Asset' => 'System\\Asset',
|
||||
'Benchmark' => 'System\\Benchmark',
|
||||
'Cache' => 'System\\Cache',
|
||||
'Config' => 'System\\Config',
|
||||
|
|
Loading…
Reference in New Issue