allowed logins model

This commit is contained in:
2019-02-05 01:23:17 -06:00
parent 45544222e3
commit fc7d4d7bc9

View File

@@ -15,5 +15,6 @@ class AllowedLogin extends Model
protected $fillable = [
'entity_id',
'entity_type',
'login_type',
];
}