Skip to content

Commit 20c6936

Browse files
authored
UnitEnum for connection
1 parent 2d4d3f7 commit 20c6936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Bus/Attributes/OnConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class OnConnection
99
{
1010
/**
11-
* @param string|\BackedEnum $connection
11+
* @param string|\UnitEnum $connection
1212
* @return void
1313
*/
1414
public function __construct(public $connection)

0 commit comments

Comments
 (0)