Skip to content

Commit ce35837

Browse files
Format the code with Pint (#10881)
1 parent 93c29b1 commit ce35837

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

queues.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,8 +1472,6 @@ To define the message group for a [queued event listener](/docs/{{version}}/even
14721472

14731473
namespace App\Listeners;
14741474

1475-
use App\Events\OrderShipped;
1476-
14771475
class SendShipmentNotification
14781476
{
14791477
// ...
@@ -1483,7 +1481,7 @@ class SendShipmentNotification
14831481
*/
14841482
public function messageGroup(): string
14851483
{
1486-
return "shipments";
1484+
return 'shipments';
14871485
}
14881486

14891487
/**

0 commit comments

Comments
 (0)