Add verified_at column

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-10-24 10:59:55 +02:00
parent 081cd66a8e
commit 47d433eecb
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ class User extends Authenticatable
'phone',
'validate',
'role',
'verified_at'
];
/**