Skip to content

Commit da68671

Browse files
authored
Merge pull request #11 from littlemiaor/master
fix $this->value is null
2 parents 506a0de + 4466a16 commit da68671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filepond.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ protected function resolveAttribute($resource, $attribute): Collection
353353
private function getThumbnails(): Collection
354354
{
355355

356-
if ($this->value->isEmpty()) {
356+
if (blank($this->value)) {
357357

358358
return collect();
359359

0 commit comments

Comments
 (0)