Added User Invitation created_by and created_from columns..
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user