Refactoring Complet
Voir facebook pour l'installation de la nouvelle BDD.
This commit is contained in:
@@ -28,7 +28,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'model' => 'App\Models\User',
|
||||
'model' => 'App\Referent',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -41,7 +41,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'table' => 'users',
|
||||
'table' => 'referents',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -61,7 +61,7 @@ return [
|
||||
'password' => [
|
||||
'email' => 'emails.password',
|
||||
'table' => 'password_resets',
|
||||
'expire' => 1440,
|
||||
'expire' => 60,
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user