Skip to content

Commit 5c4200d

Browse files
committed
Make external_id fillable
1 parent fb1b240 commit 5c4200d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Models/User.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class User extends Model implements
6464
* @var array
6565
*/
6666
protected $fillable = [
67+
'external_id',
6768
'username',
6869
'email',
6970
'name_first',

0 commit comments

Comments
 (0)