Skip to content

Commit

Permalink
Merge pull request #11 from littlemiaor/master
Browse files Browse the repository at this point in the history
fix $this->value is null
  • Loading branch information
milewski authored Nov 1, 2019
2 parents 506a0de + 4466a16 commit da68671
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 @@ -353,7 +353,7 @@ protected function resolveAttribute($resource, $attribute): Collection
private function getThumbnails(): Collection
{

if ($this->value->isEmpty()) {
if (blank($this->value)) {

return collect();

Expand Down

0 comments on commit da68671

Please sign in to comment.