We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e6b15 commit 1f4fdb6Copy full SHA for 1f4fdb6
1 file changed
src/Jobs/ProcessData.php
@@ -16,7 +16,7 @@ class ProcessData implements ShouldQueue
16
17
public function __construct(public RequestDataDTO $requestDataDTO)
18
{
19
- $this->onQueue(config('request-analytics.queue.on_queue'));
+ $this->onQueue((string) config('request-analytics.queue.on_queue'));
20
}
21
22
public function handle(RequestAnalyticsService $requestAnalyticsService): void
0 commit comments