Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix styling
  • Loading branch information
pascalbaljet authored and github-actions[bot] committed Mar 20, 2024
commit 21d8ba49cc5df8ee4985908d85ea95ca8935d62b
2 changes: 0 additions & 2 deletions src/SpladeForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ public function validate(?Request $request = null, ...$params): array
/**
* Handle server response as a blob to allow downloading files.
*
* @param bool $blob
* @return $this
*/
public function blob(bool $blob = true): self
Expand All @@ -313,5 +312,4 @@ public function blob(bool $blob = true): self

return $this;
}

}