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 82e462b commit 0a470beCopy full SHA for 0a470be
src/QueueWorker.php
@@ -16,7 +16,7 @@ public function up(string|QueueConfig $config): void
16
{
17
if (is_string($config) && config()->has("nativephp.queue_workers.{$config}")) {
18
$config = QueueConfig::fromConfigArray([
19
- $config => config("nativephp.queue_workers.{$config}")
+ $config => config("nativephp.queue_workers.{$config}"),
20
])[0];
21
}
22
0 commit comments