diff --git a/src/Commands/RecordingWebhook.php b/src/Commands/RecordingWebhook.php new file mode 100644 index 0000000..bf3172b --- /dev/null +++ b/src/Commands/RecordingWebhook.php @@ -0,0 +1,15 @@ +publishes([ __DIR__.'/../config/ringcentral.php' => config_path('ringcentral.php'), ], 'config'); + $this->commands([ + Commands\RecordingWebhook::class, + Commands\RenewWebhooks::class, + ]); } }