Fixed the auth alias

This commit is contained in:
Eric Barnes 2011-10-08 22:39:27 -04:00
parent 45933cd038
commit c8965c0d90
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
'Arr' => 'Laravel\\Arr',
'Asset' => 'Laravel\\Asset',
'Auth' => 'Laravel\\Auth',
'Auth' => 'Laravel\\Security\\Auth',
'Benchmark' => 'Laravel\\Benchmark',
'Cache' => 'Laravel\\Cache',
'Config' => 'Laravel\\Config',