Added User Invitation created_by and created_from columns..

This commit is contained in:
Cüneyt Şentürk
2023-07-05 12:16:25 +03:00
parent 2469bc2c09
commit 7d906b7f97
3 changed files with 18 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class UserInvitation extends Model
*
* @var string[]
*/
protected $fillable = ['user_id', 'token'];
protected $fillable = ['user_id', 'token', 'created_from', 'created_by'];
public function user()
{