Merge pull request #709 from daylerees/patch-3

Authenticator Alias
This commit is contained in:
Taylor Otwell 2012-05-24 06:37:46 -07:00
commit 34919aff71
1 changed files with 41 additions and 40 deletions

View File

@ -140,6 +140,7 @@
'aliases' => array( 'aliases' => array(
'Auth' => 'Laravel\\Auth', 'Auth' => 'Laravel\\Auth',
'Authenticator' => 'Laravel\\Auth\\Drivers\\Driver',
'Asset' => 'Laravel\\Asset', 'Asset' => 'Laravel\\Asset',
'Autoloader' => 'Laravel\\Autoloader', 'Autoloader' => 'Laravel\\Autoloader',
'Blade' => 'Laravel\\Blade', 'Blade' => 'Laravel\\Blade',