文件排版规划

This commit is contained in:
兔姬桑
2020-04-26 06:04:15 +08:00
parent e13fed8811
commit 4dda989058
87 changed files with 1330 additions and 1418 deletions

View File

@@ -115,6 +115,7 @@ use Illuminate\Support\Carbon;
class User extends Authenticatable
{
use Notifiable;
protected $table = 'user';
protected $primaryKey = 'id';