Skip to content

Commit 1480275

Browse files
committed
Fixed task count
1 parent c313717 commit 1480275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Tasker2/Exception/TasksRelocatedToPersistenceException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public function __construct($countTasks)
88
{
99
$message = sprintf(
1010
'RabbitMQ connection is not available for Tasker TaskQueue, relocated %d tasks to persistence',
11-
count($countTasks)
11+
$countTasks
1212
);
1313

1414
parent::__construct($message);

0 commit comments

Comments
 (0)