Skip to content

Commit ef08fb1

Browse files
palpalaniactions-user
authored andcommitted
Fix styling
1 parent b4dcb7d commit ef08fb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Jobs/DispatcherJob.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
class DispatcherJob implements ShouldQueue
1111
{
12-
use InteractsWithQueue, Queueable, SerializesModels;
12+
use InteractsWithQueue;
13+
use Queueable;
14+
use SerializesModels;
1315

1416
/**
1517
* @var mixed

0 commit comments

Comments
 (0)