Send mounts when wings fetches server information, fix issue with mount fields not being updated

This commit is contained in:
Matthew Penner 2020-05-21 15:14:09 -06:00
parent e601b35f2f
commit 65393914c3
4 changed files with 58 additions and 1 deletions

View file

@ -36,7 +36,7 @@ class Mount extends Model
*
* @var array
*/
protected $guarded = ['id', 'uuid', 'name', 'description', 'source', 'target'];
protected $guarded = ['id', 'uuid'];
/**
* Default values for specific fields in the database.