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 +}