adding the anbu alias

Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
This commit is contained in:
Dayle Rees
2012-03-28 11:09:11 +01:00
parent 66ff8a4076
commit 8d16ce8d81

3
application/config/application.php Normal file → Executable file
View File

@@ -116,6 +116,7 @@ return array(
*/
'aliases' => array(
'Anbu' => 'Laravel\\Anbu\\Anbu',
'Auth' => 'Laravel\\Auth',
'Asset' => 'Laravel\\Asset',
'Autoloader' => 'Laravel\\Autoloader',
@@ -157,4 +158,4 @@ return array(
'View' => 'Laravel\\View',
),
);
);