adding the anbu alias
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
This commit is contained in:
parent
66ff8a4076
commit
8d16ce8d81
|
@ -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',
|
||||||
),
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue