Skip to content

Commit

Permalink
Added new attributes to fillable
Browse files Browse the repository at this point in the history
  • Loading branch information
David committed Dec 27, 2015
1 parent 816fac3 commit ed30d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord/Parts/Guild/Guild.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Guild extends Part
*
* @var array
*/
protected $fillable = ['id', 'name', 'icon', 'region', 'owner_id', 'roles', 'joined_at', 'afk_channel_id', 'afk_timeout', 'embed_enabled', 'embed_channel_id'];
protected $fillable = ['id', 'name', 'icon', 'region', 'owner_id', 'roles', 'joined_at', 'afk_channel_id', 'afk_timeout', 'embed_enabled', 'embed_channel_id', 'features', 'splash', 'emojis', 'large'];

/**
* URIs used to get/create/update/delete the part.
Expand Down

0 comments on commit ed30d2e

Please sign in to comment.