Skip to content

Commit 9d88d1f

Browse files
committed
small tweak to unset the record if necessary
1 parent a32c6ef commit 9d88d1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/MonitoredCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ public function commandRecord()
110110
*/
111111
public function handle()
112112
{
113+
logger("THIS RECORD");
114+
unset($this->record);
115+
113116
if (! $this->passesChecks()) {
114117
return false;
115118
}

0 commit comments

Comments
 (0)