登入修正

This commit is contained in:
2026-01-12 11:23:41 +08:00
parent 933a8e720f
commit 2ed0ee272e
6 changed files with 86 additions and 15 deletions

View File

@@ -18,6 +18,7 @@ class User extends Authenticatable
* @var array<int, string>
*/
protected $fillable = [
'username',
'name',
'email',
'password',