Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 64f279e

Browse files
authored
Merge pull request #75 from kohenkatz/patch-1
Fix bug that causes other packages not to work
2 parents 907d33d + e0ea7ae commit 64f279e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Eloquent/PostgisTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function setRawAttributes(array $attributes, $sync = false)
5252
}
5353
}
5454

55-
parent::setRawAttributes($attributes, $sync);
55+
return parent::setRawAttributes($attributes, $sync);
5656
}
5757

5858
public function getPostgisFields()

0 commit comments

Comments
 (0)