correction divers pour le login

This commit is contained in:
2026-03-30 21:47:40 +02:00
parent 50ec9ff2c6
commit 0da54295a7
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -5,6 +5,15 @@ namespace App\Models;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\Notifiable;
/**
* @property int $ID_Utilisateur
* @property string $Email
* @property string $MotDePasse
* @property string $Pseudo
* @property string $Statut
* @property int $ID_Role
* @property \Illuminate\Support\Carbon $DateInscription
*/
class Utilisateur extends Authenticatable
{
use Notifiable;