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
1 changed files with 2 additions and 1 deletions

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

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