Skip to content

Commit 382dd32

Browse files
author
Pascal Baljet
committed
Update PendingUserEmail.php
1 parent 2386522 commit 382dd32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/PendingUserEmail.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ class PendingUserEmail extends Model
1313
*/
1414
const UPDATED_AT = null;
1515

16+
/**
17+
* @var array
18+
*/
19+
protected $guarded = [];
20+
1621
/**
1722
* User relationship
1823
*

0 commit comments

Comments
 (0)