mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixes #3854 - more fillable fields for supplier API
This commit is contained in:
parent
31516abef9
commit
d5cadeab1a
|
@ -45,7 +45,7 @@ class Supplier extends SnipeModel
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = ['name'];
|
||||
protected $fillable = ['name','address','address2','city','state','country','zip','phone','fax','email','contact','url','notes'];
|
||||
|
||||
|
||||
// Eager load counts.
|
||||
|
|
Loading…
Reference in a new issue