Commit 4abd56e6 by Dayle Rees

added alias Authenticator for Laravel\Auth\Drivers\Driver

parent 8edd8fcb
......@@ -140,6 +140,7 @@ return array(
'aliases' => array(
'Auth' => 'Laravel\\Auth',
'Authenticator' => 'Laravel\\Auth\\Drivers\\Driver',
'Asset' => 'Laravel\\Asset',
'Autoloader' => 'Laravel\\Autoloader',
'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