summaryrefslogtreecommitdiffstats
path: root/lib/network/connection/cellular.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/connection/cellular.pm')
-rw-r--r--lib/network/connection/cellular.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/network/connection/cellular.pm b/lib/network/connection/cellular.pm
index 8a4d0ee..5ecd2f8 100644
--- a/lib/network/connection/cellular.pm
+++ b/lib/network/connection/cellular.pm
@@ -50,4 +50,10 @@ sub get_access_settings {
];
}
+sub write_settings {
+ my ($self) = @_;
+ $self->write_cellular_settings;
+ $self->SUPER::write_settings;
+}
+
1;