forked from metin2/web
Added authentication
This commit is contained in:
@ -61,14 +61,10 @@ return [
|
||||
|
||||
'providers' => [
|
||||
'users' => [
|
||||
'driver' => 'eloquent',
|
||||
'model' => App\Models\User::class,
|
||||
// 'driver' => 'eloquent',
|
||||
'driver' => 'legacy',
|
||||
'model' => App\Models\Account::class,
|
||||
],
|
||||
|
||||
// 'users' => [
|
||||
// 'driver' => 'database',
|
||||
// 'table' => 'users',
|
||||
// ],
|
||||
],
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user