Skip to content

Commit dc92187

Browse files
SWR-15367
1 parent 8a15d40 commit dc92187

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"extra": {
3636
"branch-alias": {
37-
"dev-master": "13.52-dev"
37+
"dev-master": "13.53-dev"
3838
},
3939
"laravel": {
4040
"providers": [
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
namespace VladimirYuldashev\LaravelQueueRabbitMQ\Interfaces;
4+
5+
interface RabbitMQBatchable
6+
{
7+
/**
8+
* Processing jobs array of static class
9+
*
10+
* @param array<static> $batch
11+
* @return mixed
12+
*/
13+
public static function collection(array $batch): void;
14+
}

0 commit comments

Comments
 (0)