Skip to content

Commit

Permalink
Null validation fixed πŸ›
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulhaque committed Oct 13, 2023
1 parent de85400 commit 23a4713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filepond.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Filepond extends AbstractFilepond
*
* @return $this
*/
public function field(string|array $field, bool $checkOwnership = true)
public function field(string|array|null $field, bool $checkOwnership = true)
{
$this->setFieldValue($field)
->setTempDisk(config('filepond.temp_disk', 'local'))
Expand Down

0 comments on commit 23a4713

Please sign in to comment.