Skip to content

Commit 321eb0b

Browse files
authored
Missing return statement
1 parent 3f86eb8 commit 321eb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jenssegers/Mongodb/Eloquent/Model.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public function setAttribute($key, $value)
175175
return;
176176
}
177177

178-
parent::setAttribute($key, $value);
178+
return parent::setAttribute($key, $value);
179179
}
180180

181181
/**

0 commit comments

Comments
 (0)