]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/DiscordChannel.php
record discord channel parent
[alttp.git] / app / Models / DiscordChannel.php
index ba3d3176710608e5996bdbaec253c0dcdab3e825..ab699a7cd4e892e591e72e6571ed60793bf27097 100644 (file)
@@ -38,6 +38,7 @@ class DiscordChannel extends Model
                $model->type = $channel->type;
                $model->position = $channel->position;
                $model->private = $channel->is_private;
+               $model->parent_id = $channel->parent_id;
                $model->save();
        }