Skip to content

Commit 4840c00

Browse files
committed
不要な処理を削除
1 parent e663e88 commit 4840c00

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

app/User.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,4 @@ class User extends Authenticatable
1919
'name', 'email', 'password',
2020
];
2121

22-
/**
23-
* The attributes that should be hidden for arrays.
24-
*
25-
* @var array
26-
*/
27-
protected $hidden = [
28-
'password', 'remember_token',
29-
];
30-
31-
/**
32-
* The attributes that should be cast to native types.
33-
*
34-
* @var array
35-
*/
36-
protected $casts = [
37-
'email_verified_at' => 'datetime',
38-
];
3922
}

0 commit comments

Comments
 (0)