ollieread/multiauth

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

Closed this issue · 0 comments

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()