We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424371d commit 31674f7Copy full SHA for 31674f7
1 file changed
src/Events/EnsureCleanUpExecuted.php
@@ -4,13 +4,20 @@
4
5
use Illuminate\Queue\SerializesModels;
6
7
+/**
8
+ * Class EnsureCleanUpExecuted
9
+ * @package jdavidbakr\MultiServerEvent\Events
10
+ */
11
class EnsureCleanUpExecuted
12
{
13
use SerializesModels;
14
+ /**
15
+ * @var string
16
17
private $command;
18
19
/**
- * Deletion constructor.
20
+ * EnsureCleanUpExecuted constructor.
21
* @param string $command
22
*/
23
public function __construct($command)
0 commit comments