Commit e8ad2db1 authored by Pedro Borges's avatar Pedro Borges

Added Asset alias to config/aliases.php

parent 5742276f
...@@ -15,6 +15,7 @@ return array( ...@@ -15,6 +15,7 @@ return array(
*/ */
'Auth' => 'System\\Auth', 'Auth' => 'System\\Auth',
'Asset' => 'System\\Asset',
'Benchmark' => 'System\\Benchmark', 'Benchmark' => 'System\\Benchmark',
'Cache' => 'System\\Cache', 'Cache' => 'System\\Cache',
'Config' => 'System\\Config', 'Config' => 'System\\Config',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment