Merge pull request #99 from alxy/patch-1

Fix a copy paste error (probably)
This commit is contained in:
Barry vd. Heuvel
2014-08-11 11:01:57 +02:00
+1 -1
View File
@@ -71,7 +71,7 @@ class Generator
protected function detectDrivers()
{
try{
if (class_exists('Cache')) {
if (class_exists('Auth')) {
$class = get_class(\Auth::driver());
$this->extra['Auth'] = array($class);
$this->interfaces['\Illuminate\Auth\UserProviderInterface'] = $class;