Skip to content

Commit 31674f7

Browse files
Nerijusjdavidbakr
authored andcommitted
Fix descriptions
1 parent 424371d commit 31674f7

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/Events/EnsureCleanUpExecuted.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@
44

55
use Illuminate\Queue\SerializesModels;
66

7+
/**
8+
* Class EnsureCleanUpExecuted
9+
* @package jdavidbakr\MultiServerEvent\Events
10+
*/
711
class EnsureCleanUpExecuted
812
{
913
use SerializesModels;
14+
/**
15+
* @var string
16+
*/
1017
private $command;
1118

1219
/**
13-
* Deletion constructor.
20+
* EnsureCleanUpExecuted constructor.
1421
* @param string $command
1522
*/
1623
public function __construct($command)

0 commit comments

Comments
 (0)