Make external_id fillable

This commit is contained in:
Dane Everitt 2018-02-24 14:47:53 -06:00
parent fb1b2406b5
commit 5c4200dc0c
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -64,6 +64,7 @@ class User extends Model implements
* @var array
*/
protected $fillable = [
'external_id',
'username',
'email',
'name_first',