From c0719f57666164168ebe113ef1aacb7a54dced55 Mon Sep 17 00:00:00 2001 From: Kevin McGahey <36458555+thekevinm@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:11:58 -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 61424d4..fd48dfe 100644 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -21,7 +21,6 @@ public function register() 'label' => 'AMQP Client', 'description' => 'AMQP Client service for DreamFactory', 'group' => ServiceTypeGroups::IOT, - 'subscription_required' => LicenseLevel::SILVER, 'config_handler' => AMQPConfig::class, 'factory' => function ($config){ return new AMQP($config); @@ -36,4 +35,4 @@ public function boot() // add migrations $this->loadMigrationsFrom(__DIR__ . '/../database/migrations'); } -} \ No newline at end of file +}