Skip to content

Commit 0a470be

Browse files
simonhampgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 82e462b commit 0a470be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueueWorker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function up(string|QueueConfig $config): void
1616
{
1717
if (is_string($config) && config()->has("nativephp.queue_workers.{$config}")) {
1818
$config = QueueConfig::fromConfigArray([
19-
$config => config("nativephp.queue_workers.{$config}")
19+
$config => config("nativephp.queue_workers.{$config}"),
2020
])[0];
2121
}
2222

0 commit comments

Comments
 (0)