From d9728618478c4b1ff7b7df4cbb0abe0d850fbb4d Mon Sep 17 00:00:00 2001 From: Kevin McGahey <36458555+thekevinm@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:11:24 -0800 Subject: [PATCH] Update ServiceProvider.php --- src/ServiceProvider.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index 9cec413..a8d3f59 100644 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -21,7 +21,6 @@ public function register() 'label' => 'MQTT Client', 'description' => 'MQTT Client based on Mosquitto', 'group' => ServiceTypeGroups::IOT, - 'subscription_required' => LicenseLevel::SILVER, 'config_handler' => MQTTConfig::class, 'factory' => function ($config){ return new MQTT($config); @@ -37,4 +36,4 @@ public function boot() $this->loadMigrationsFrom(__DIR__ . '/../database/migrations'); } -} \ No newline at end of file +}