Skip to content

Commit fb9012f

Browse files
authored
use UnitEnum
1 parent 20c6936 commit fb9012f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)