Skip to content

Commit 84332d2

Browse files
author
Arif Hoque
committed
fix: remove stale cache for input data from nullifyIfBlanks function:
1 parent e0219b5 commit 84332d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Phaseolies/Http/Support/RequestHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ public function nullifyBlanks(
244244
});
245245

246246
$this->request->replace($data);
247+
$this->input = [];
247248

248249
return $this;
249250
}

0 commit comments

Comments
 (0)