We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1439fb commit e0cceafCopy full SHA for e0cceaf
1 file changed
src/Middleware/CensorRequestBodyFields.php
@@ -15,7 +15,6 @@ public function __construct(array $fieldNames)
15
16
public function handle(Report $report, $next)
17
{
18
-
19
$context = $report->allContext();
20
21
foreach ($this->fieldNames as $fieldName) {
0 commit comments