Commit 34919aff by Taylor Otwell

Merge pull request #709 from daylerees/patch-3

Authenticator Alias
parents 8edd8fcb 4abd56e6
...@@ -140,6 +140,7 @@ return array( ...@@ -140,6 +140,7 @@ return array(
'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',
......
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