Laravel 5.7

This commit is contained in:
shibafu
2020-05-23 21:34:49 +09:00
parent 17ee207281
commit a531e5c9bb
23 changed files with 974 additions and 158 deletions

View File

@@ -32,6 +32,15 @@ class User extends Authenticatable
'password', 'remember_token',
];
/**
* The attributes that should be cast to native types.
*
* @var array
*/
protected $casts = [
// 'email_verified_at' => 'datetime',
];
/**
* このユーザのメールアドレスから、Gravatarの画像URLを生成します。
* @param int $size 画像サイズ