From ed30d2eaacea703816755353ff22fcc8c69b3c1f Mon Sep 17 00:00:00 2001 From: David Date: Mon, 28 Dec 2015 12:37:19 +1300 Subject: [PATCH] Added new attributes to fillable --- src/Discord/Parts/Guild/Guild.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord/Parts/Guild/Guild.php b/src/Discord/Parts/Guild/Guild.php index 012155a02..4ef68ebbd 100644 --- a/src/Discord/Parts/Guild/Guild.php +++ b/src/Discord/Parts/Guild/Guild.php @@ -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.