ollieread / multiauth

Laravel multi auth
441 stars 109 forks source link

Type error: Too few arguments to function Illuminate\Auth\AuthManager::createDriver() #121

Closed mohammerat closed 5 years ago

mohammerat commented 6 years ago

After Replacing below in auht.php file I get error: 'multi' => array( 'account' => array( 'driver' => 'eloquent', 'model' => 'Account' ), 'user' => array( 'driver' => 'database', 'table' => 'users' ) ), Error: Type error: Too few arguments to function Illuminate\Auth\AuthManager::createDriver()