Fix a copy paste error (probably)

I don't use this helper, however, I guess that line wasnt correct.
This commit is contained in:
alxy
2014-08-11 10:30:52 +02:00
parent c01769aebd
commit 7f335274bf
+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;