Add explicit TOC accepted checkbox #244

This commit is contained in:
Nabeel Shahzad
2018-09-20 11:14:18 -05:00
parent fbcaa382f4
commit ab5480fdc9
6 changed files with 65 additions and 4 deletions

View File

@@ -62,6 +62,7 @@ class User extends Authenticatable
'timezone',
'state',
'status',
'toc_accepted',
'opt_in',
'created_at',
'updated_at',
@@ -83,6 +84,7 @@ class User extends Authenticatable
'balance' => 'double',
'state' => 'integer',
'status' => 'integer',
'toc_accepted' => 'boolean',
'opt_in' => 'boolean',
];